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(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
build
copy
apply, build
DescribeWorkspaceBundlesResponse.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 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.