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, sdkHttpResponsecopyapplyMutation, 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 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 #provisionedCapacityList(List) .provisionedCapacityList - a consumer that will call methods on List.Builder #provisionedCapacityList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.