public static interface DescribeWorkspaceBundlesResponse.Builder extends WorkSpacesResponse.Builder, CopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(Consumer<WorkspaceBundle.Builder>... bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
bundles(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeWorkspaceBundlesResponse.Builder bundles(Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
bundles - An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.
bundles - An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResponse.Builder bundles(Consumer<WorkspaceBundle.Builder>... bundles)
An array of structures that contain 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)
If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must
be used within that time frame.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to this operation to retrieve the next set of items. This token is valid for one day
and must be used within that time frame.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.