Interface GetQueryStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetQueryStatusRequest.Builder,GetQueryStatusRequest>,InternetMonitorRequest.Builder,SdkBuilder<GetQueryStatusRequest.Builder,GetQueryStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetQueryStatusRequest
public static interface GetQueryStatusRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetQueryStatusRequest.Builder,GetQueryStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueryStatusRequest.BuildermonitorName(String monitorName)The name of the monitor.GetQueryStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueryStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueryStatusRequest.BuilderqueryId(String queryId)The ID of the query that you want to return the status for.-
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
GetQueryStatusRequest.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
GetQueryStatusRequest.Builder queryId(String queryId)
The ID of the query that you want to return the status for. A
QueryIdis an internally-generated dentifier for a specific query.- Parameters:
queryId- The ID of the query that you want to return the status for. AQueryIdis an internally-generated dentifier for a specific query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueryStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetQueryStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-