public static interface GetUsageStatisticsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetUsageStatisticsResponse.Builder,GetUsageStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
default GetUsageStatisticsResponse.Builder |
usageStatistics(Consumer<UsageStatistics.Builder> usageStatistics)
The usage statistics object.
|
GetUsageStatisticsResponse.Builder |
usageStatistics(UsageStatistics usageStatistics)
The usage statistics object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUsageStatisticsResponse.Builder usageStatistics(UsageStatistics usageStatistics)
The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.
usageStatistics - The usage statistics object. If a UsageStatisticType was provided, the objects representing other
types will be null.default GetUsageStatisticsResponse.Builder usageStatistics(Consumer<UsageStatistics.Builder> usageStatistics)
The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.
This is a convenience method that creates an instance of theUsageStatistics.Builder avoiding the
need to create one manually via UsageStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to usageStatistics(UsageStatistics).usageStatistics - a consumer that will call methods on UsageStatistics.BuilderusageStatistics(UsageStatistics)GetUsageStatisticsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2022. All rights reserved.