CopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
, SdkBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
public static interface DescribeWorkspaceBundlesResponse.Builder extends CopyableBuilder<DescribeWorkspaceBundlesResponse.Builder,DescribeWorkspaceBundlesResponse>
Modifier and Type | Method | 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.
|
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.
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 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.