Interface StartQueryMonitorTopContributorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartQueryMonitorTopContributorsRequest.Builder,StartQueryMonitorTopContributorsRequest>,NetworkFlowMonitorRequest.Builder,SdkBuilder<StartQueryMonitorTopContributorsRequest.Builder,StartQueryMonitorTopContributorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartQueryMonitorTopContributorsRequest
public static interface StartQueryMonitorTopContributorsRequest.Builder extends NetworkFlowMonitorRequest.Builder, SdkPojo, CopyableBuilder<StartQueryMonitorTopContributorsRequest.Builder,StartQueryMonitorTopContributorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartQueryMonitorTopContributorsRequest.BuilderdestinationCategory(String destinationCategory)The category that you want to query top contributors for, for a specific monitor.StartQueryMonitorTopContributorsRequest.BuilderdestinationCategory(DestinationCategory destinationCategory)The category that you want to query top contributors for, for a specific monitor.StartQueryMonitorTopContributorsRequest.BuilderendTime(Instant endTime)The timestamp that is the date and time end of the period that you want to retrieve results for with your query.StartQueryMonitorTopContributorsRequest.Builderlimit(Integer limit)The maximum number of top contributors to return.StartQueryMonitorTopContributorsRequest.BuildermetricName(String metricName)The metric that you want to query top contributors for.StartQueryMonitorTopContributorsRequest.BuildermetricName(MonitorMetric metricName)The metric that you want to query top contributors for.StartQueryMonitorTopContributorsRequest.BuildermonitorName(String monitorName)The name of the monitor.StartQueryMonitorTopContributorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartQueryMonitorTopContributorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartQueryMonitorTopContributorsRequest.BuilderstartTime(Instant startTime)The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.-
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
-
monitorName
StartQueryMonitorTopContributorsRequest.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.
-
startTime
StartQueryMonitorTopContributorsRequest.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
StartQueryMonitorTopContributorsRequest.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
StartQueryMonitorTopContributorsRequest.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:
MonitorMetric,MonitorMetric
-
metricName
StartQueryMonitorTopContributorsRequest.Builder metricName(MonitorMetric 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:
MonitorMetric,MonitorMetric
-
destinationCategory
StartQueryMonitorTopContributorsRequest.Builder destinationCategory(String destinationCategory)
The category that you want to query top contributors for, for a specific monitor. 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 category that you want to query top contributors for, for a specific monitor. 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
StartQueryMonitorTopContributorsRequest.Builder destinationCategory(DestinationCategory destinationCategory)
The category that you want to query top contributors for, for a specific monitor. 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 category that you want to query top contributors for, for a specific monitor. 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
-
-
limit
StartQueryMonitorTopContributorsRequest.Builder limit(Integer limit)
The maximum number of top contributors to return.
- Parameters:
limit- The maximum number of top contributors to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartQueryMonitorTopContributorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartQueryMonitorTopContributorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-