public static interface DescribeWorkspaceBundlesRequest.Builder extends WorkSpacesRequest.Builder, CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(Collection<String> bundleIds)
An array of strings that contains the identifiers of the bundles to retrieve.
|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(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.
|
DescribeWorkspaceBundlesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeWorkspaceBundlesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeWorkspaceBundlesRequest.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.
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.DescribeWorkspaceBundlesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeWorkspaceBundlesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.