public static interface GetUsageStatisticsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetUsageStatisticsResponse.Builder,GetUsageStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
GetUsageStatisticsResponse.Builder |
records(Collection<UsageRecord> records)
An array of objects that contains the results of the query.
|
GetUsageStatisticsResponse.Builder |
records(Consumer<UsageRecord.Builder>... records)
An array of objects that contains the results of the query.
|
GetUsageStatisticsResponse.Builder |
records(UsageRecord... records)
An array of objects that contains the results of the query.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUsageStatisticsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.GetUsageStatisticsResponse.Builder records(Collection<UsageRecord> records)
An array of objects that contains the results of the query. Each object contains the data for an account that meets the filter criteria specified in the request.
records - An array of objects that contains the results of the query. Each object contains the data for an
account that meets the filter criteria specified in the request.GetUsageStatisticsResponse.Builder records(UsageRecord... records)
An array of objects that contains the results of the query. Each object contains the data for an account that meets the filter criteria specified in the request.
records - An array of objects that contains the results of the query. Each object contains the data for an
account that meets the filter criteria specified in the request.GetUsageStatisticsResponse.Builder records(Consumer<UsageRecord.Builder>... records)
An array of objects that contains the results of the query. Each object contains the data for an account that meets the filter criteria specified in the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #records(List) .records - a consumer that will call methods on List.Builder #records(List) Copyright © 2020. All rights reserved.