public static interface DescribeWorkspaceBundlesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Consumer<WorkspaceBundle.Builder>... bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(WorkspaceBundle... bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeWorkspaceBundlesResponse.Builder bundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
bundles
- Information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(WorkspaceBundle... bundles)
Information about the bundles.
bundles
- Information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(Consumer<WorkspaceBundle.Builder>... bundles)
Information about the bundles.
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 #bundles(List)
.bundles
- a consumer that will call methods on List.Builder
#bundles(List)
DescribeWorkspaceBundlesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next set of results, or null if there are no more results available.
This token is valid for one day and must be used within that time frame.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.