CopyableBuilder<GetBundlesResponse.Builder,GetBundlesResponse>, SdkBuilder<GetBundlesResponse.Builder,GetBundlesResponse>public static interface GetBundlesResponse.Builder extends CopyableBuilder<GetBundlesResponse.Builder,GetBundlesResponse>
| Modifier and Type | Method | Description | 
|---|---|---|
| GetBundlesResponse.Builder | bundles(Collection<Bundle> bundles) | 
 An array of key-value pairs that contains information about the available bundles. | 
| GetBundlesResponse.Builder | bundles(Bundle... bundles) | 
 An array of key-value pairs that contains information about the available bundles. | 
| GetBundlesResponse.Builder | nextPageToken(String nextPageToken) | 
 A token used for advancing to the next page of results from your get active names request. | 
copyapply, buildGetBundlesResponse.Builder bundles(Collection<Bundle> bundles)
An array of key-value pairs that contains information about the available bundles.
bundles - An array of key-value pairs that contains information about the available bundles.GetBundlesResponse.Builder bundles(Bundle... bundles)
An array of key-value pairs that contains information about the available bundles.
 NOTE: This method appends the values to the existing list (if any). Use
 #setBundles(java.util.Collection) or #withBundles(java.util.Collection) if you want to
 override the existing values.
 
bundles - An array of key-value pairs that contains information about the available bundles.GetBundlesResponse.Builder nextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get active names request.
nextPageToken - A token used for advancing to the next page of results from your get active names request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.