Interface GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder,
,GetQueryStatusWorkloadInsightsTopContributorsDataRequest> NetworkFlowMonitorRequest.Builder
,SdkBuilder<GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder,
,GetQueryStatusWorkloadInsightsTopContributorsDataRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetQueryStatusWorkloadInsightsTopContributorsDataRequest
@Mutable
@NotThreadSafe
public static interface GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder
extends NetworkFlowMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder,GetQueryStatusWorkloadInsightsTopContributorsDataRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier for the query.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 Details
-
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. A scope ID is returned from a
CreateScope
API call.- 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. A scope ID is returned from aCreateScope
API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetQueryStatusWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-