Interface StartQueryWorkloadInsightsTopContributorsDataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartQueryWorkloadInsightsTopContributorsDataRequest.Builder,StartQueryWorkloadInsightsTopContributorsDataRequest>,NetworkFlowMonitorRequest.Builder,SdkBuilder<StartQueryWorkloadInsightsTopContributorsDataRequest.Builder,StartQueryWorkloadInsightsTopContributorsDataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartQueryWorkloadInsightsTopContributorsDataRequest
public static interface StartQueryWorkloadInsightsTopContributorsDataRequest.Builder extends NetworkFlowMonitorRequest.Builder, SdkPojo, CopyableBuilder<StartQueryWorkloadInsightsTopContributorsDataRequest.Builder,StartQueryWorkloadInsightsTopContributorsDataRequest>
-
-
Method Summary
-
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
StartQueryWorkloadInsightsTopContributorsDataRequest.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.
-
startTime
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder startTime(Instant startTime)
The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.
- Parameters:
startTime- The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder endTime(Instant endTime)
The timestamp that is the date and time end of the period that you want to retrieve results for with your query.
- Parameters:
endTime- The timestamp that is the date and time end of the period that you want to retrieve results for with your query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricName
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder metricName(String metricName)
The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.
- Parameters:
metricName- The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadInsightsMetric,WorkloadInsightsMetric
-
metricName
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder metricName(WorkloadInsightsMetric metricName)
The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.
- Parameters:
metricName- The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadInsightsMetric,WorkloadInsightsMetric
-
destinationCategory
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder destinationCategory(String destinationCategory)
The destination category for a top contributors. Destination categories can be one of the following:
-
INTRA_AZ: Top contributor network flows within a single Availability Zone -
INTER_AZ: Top contributor network flows between Availability Zones -
INTER_VPC: Top contributor network flows between VPCs -
AWS_SERVICES: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED: Top contributor network flows that do not have a bucket classification
- Parameters:
destinationCategory- The destination category for a top contributors. Destination categories can be one of the following:-
INTRA_AZ: Top contributor network flows within a single Availability Zone -
INTER_AZ: Top contributor network flows between Availability Zones -
INTER_VPC: Top contributor network flows between VPCs -
AWS_SERVICES: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED: Top contributor network flows that do not have a bucket classification
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationCategory,DestinationCategory
-
-
destinationCategory
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder destinationCategory(DestinationCategory destinationCategory)
The destination category for a top contributors. Destination categories can be one of the following:
-
INTRA_AZ: Top contributor network flows within a single Availability Zone -
INTER_AZ: Top contributor network flows between Availability Zones -
INTER_VPC: Top contributor network flows between VPCs -
AWS_SERVICES: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED: Top contributor network flows that do not have a bucket classification
- Parameters:
destinationCategory- The destination category for a top contributors. Destination categories can be one of the following:-
INTRA_AZ: Top contributor network flows within a single Availability Zone -
INTER_AZ: Top contributor network flows between Availability Zones -
INTER_VPC: Top contributor network flows between VPCs -
AWS_SERVICES: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED: Top contributor network flows that do not have a bucket classification
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationCategory,DestinationCategory
-
-
overrideConfiguration
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartQueryWorkloadInsightsTopContributorsDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-