Interface StopQueryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudWatchLogsResponse.Builder
,CopyableBuilder<StopQueryResponse.Builder,StopQueryResponse>
,SdkBuilder<StopQueryResponse.Builder,StopQueryResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- StopQueryResponse
public static interface StopQueryResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<StopQueryResponse.Builder,StopQueryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopQueryResponse.Builder
success(Boolean success)
This is true if the query was stopped by theStopQuery
operation.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
success
StopQueryResponse.Builder success(Boolean success)
This is true if the query was stopped by the
StopQuery
operation.- Parameters:
success
- This is true if the query was stopped by theStopQuery
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-