Interface StopQueryWorkloadInsightsTopContributorsDataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopQueryWorkloadInsightsTopContributorsDataRequest.Builder,StopQueryWorkloadInsightsTopContributorsDataRequest>,NetworkFlowMonitorRequest.Builder,SdkBuilder<StopQueryWorkloadInsightsTopContributorsDataRequest.Builder,StopQueryWorkloadInsightsTopContributorsDataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopQueryWorkloadInsightsTopContributorsDataRequest
public static interface StopQueryWorkloadInsightsTopContributorsDataRequest.Builder extends NetworkFlowMonitorRequest.Builder, SdkPojo, CopyableBuilder<StopQueryWorkloadInsightsTopContributorsDataRequest.Builder,StopQueryWorkloadInsightsTopContributorsDataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopQueryWorkloadInsightsTopContributorsDataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopQueryWorkloadInsightsTopContributorsDataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopQueryWorkloadInsightsTopContributorsDataRequest.BuilderqueryId(String queryId)The identifier for the query.StopQueryWorkloadInsightsTopContributorsDataRequest.BuilderscopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results 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.networkflowmonitor.model.NetworkFlowMonitorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
scopeId
StopQueryWorkloadInsightsTopContributorsDataRequest.Builder scopeId(String scopeId)
The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
- Parameters:
scopeId- The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
StopQueryWorkloadInsightsTopContributorsDataRequest.Builder queryId(String queryId)
The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to start a query.
- Parameters:
queryId- The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to start a query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopQueryWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopQueryWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-