public static interface DescribeWorkspaceBundlesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(Collection<String> bundleIds)
The identifiers of the bundles.
|
DescribeWorkspaceBundlesRequest.Builder |
bundleIds(String... bundleIds)
The identifiers of the bundles.
|
DescribeWorkspaceBundlesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
DescribeWorkspaceBundlesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeWorkspaceBundlesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeWorkspaceBundlesRequest.Builder |
owner(String owner)
The owner of the bundles.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeWorkspaceBundlesRequest.Builder bundleIds(Collection<String> bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
bundleIds
- The identifiers of the bundles. You cannot combine this parameter with any other filter.DescribeWorkspaceBundlesRequest.Builder bundleIds(String... bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
bundleIds
- The identifiers of the bundles. You cannot combine this parameter with any other filter.DescribeWorkspaceBundlesRequest.Builder owner(String owner)
The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles that
belong to your account.
owner
- The owner of the bundles. You cannot combine this parameter with any other filter.
Specify AMAZON
to describe the bundles provided by AWS or null to describe the bundles
that belong to your account.
DescribeWorkspaceBundlesRequest.Builder nextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
nextToken
- The token for the next set of results. (You received this token from a previous call.)DescribeWorkspaceBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeWorkspaceBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.