public static interface GetAwsNetworkPerformanceDataRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetAwsNetworkPerformanceDataRequest.Builder,GetAwsNetworkPerformanceDataRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAwsNetworkPerformanceDataRequest.Builder dataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
dataQueries
- A list of network performance data queries.GetAwsNetworkPerformanceDataRequest.Builder dataQueries(DataQuery... dataQueries)
A list of network performance data queries.
dataQueries
- A list of network performance data queries.GetAwsNetworkPerformanceDataRequest.Builder dataQueries(Consumer<DataQuery.Builder>... dataQueries)
A list of network performance data queries.
This is a convenience method that creates an instance of theDataQuery.Builder
avoiding the need to create one manually
via DataQuery.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to #dataQueries(List
.
dataQueries
- a consumer that will call methods on
DataQuery.Builder
#dataQueries(java.util.Collection)
GetAwsNetworkPerformanceDataRequest.Builder startTime(Instant startTime)
The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.
startTime
- The starting time for the performance data request. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-10T12:00:00.000Z
.GetAwsNetworkPerformanceDataRequest.Builder endTime(Instant endTime)
The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.
endTime
- The ending time for the performance data request. The end time must be formatted as
yyyy-mm-ddThh:mm:ss
. For example, 2022-06-12T12:00:00.000Z
.GetAwsNetworkPerformanceDataRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.GetAwsNetworkPerformanceDataRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.GetAwsNetworkPerformanceDataRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.GetAwsNetworkPerformanceDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetAwsNetworkPerformanceDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.