public static interface ListProvisionedCapacityResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<ListProvisionedCapacityResponse.Builder,ListProvisionedCapacityResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedCapacityResponse.Builder |
provisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
|
ListProvisionedCapacityResponse.Builder |
provisionedCapacityList(Consumer<ProvisionedCapacityDescription.Builder>... provisionedCapacityList)
The response body contains the following JSON fields.
|
ListProvisionedCapacityResponse.Builder |
provisionedCapacityList(ProvisionedCapacityDescription... provisionedCapacityList)
The response body contains the following JSON fields.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProvisionedCapacityResponse.Builder provisionedCapacityList(Collection<ProvisionedCapacityDescription> provisionedCapacityList)
The response body contains the following JSON fields.
provisionedCapacityList - The response body contains the following JSON fields.ListProvisionedCapacityResponse.Builder provisionedCapacityList(ProvisionedCapacityDescription... provisionedCapacityList)
The response body contains the following JSON fields.
provisionedCapacityList - The response body contains the following JSON fields.ListProvisionedCapacityResponse.Builder provisionedCapacityList(Consumer<ProvisionedCapacityDescription.Builder>... provisionedCapacityList)
The response body contains the following JSON fields.
This is a convenience method that creates an instance of theProvisionedCapacityDescription.Builder avoiding the
need to create one manually via
ProvisionedCapacityDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisionedCapacityList(List.
provisionedCapacityList - a consumer that will call methods on
ProvisionedCapacityDescription.Builder#provisionedCapacityList(java.util.Collection) Copyright © 2023. All rights reserved.