Interface StopQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopQueryRequest.Builder,StopQueryRequest>,InternetMonitorRequest.Builder,SdkBuilder<StopQueryRequest.Builder,StopQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopQueryRequest
public static interface StopQueryRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<StopQueryRequest.Builder,StopQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopQueryRequest.BuildermonitorName(String monitorName)The name of the monitor.StopQueryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopQueryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopQueryRequest.BuilderqueryId(String queryId)The ID of the query that you want to stop.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.internetmonitor.model.InternetMonitorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monitorName
StopQueryRequest.Builder monitorName(String monitorName)
The name of the monitor.
- Parameters:
monitorName- The name of the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
StopQueryRequest.Builder queryId(String queryId)
The ID of the query that you want to stop. A
QueryIdis an internally-generated identifier for a specific query.- Parameters:
queryId- The ID of the query that you want to stop. AQueryIdis an internally-generated identifier for a specific query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-