CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
, SdkBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
public static interface DescribeWorkspaceBundlesRequest.Builder extends CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(String... bundleIds) |
An array of strings that contains the identifiers of the bundles to retrieve.
|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(Collection<String> bundleIds) |
An array of strings that contains the identifiers of the bundles to retrieve.
|
DescribeWorkspaceBundlesRequest.Builder |
nextToken(String nextToken) |
The
NextToken value from a previous call to this operation. |
DescribeWorkspaceBundlesRequest.Builder |
owner(String owner) |
The owner of the bundles to retrieve.
|
copy
apply, build
DescribeWorkspaceBundlesRequest.Builder bundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
bundleIds
- An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be
combined with any other filter parameter.DescribeWorkspaceBundlesRequest.Builder bundleIds(String... bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
NOTE: This method appends the values to the existing list (if any). Use
#setBundleIds(java.util.Collection)
or #withBundleIds(java.util.Collection)
if you want to
override the existing values.
bundleIds
- An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be
combined with any other filter parameter.DescribeWorkspaceBundlesRequest.Builder owner(String owner)
The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
owner
- The owner of the bundles to retrieve. This parameter cannot be combined with any other filter
parameter.
This contains one of the following values:
null- Retrieves the bundles that belong to the account making the call.
AMAZON
- Retrieves the bundles that are provided by AWS.
DescribeWorkspaceBundlesRequest.Builder nextToken(String nextToken)
The NextToken
value from a previous call to this operation. Pass null if this is the first call.
nextToken
- The NextToken
value from a previous call to this operation. Pass null if this is the
first call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.