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) |
DescribeWorkspaceBundlesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeWorkspaceBundlesRequest.Builder |
owner(String owner)
The owner of the bundles.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceBundlesRequest.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.
To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles
that belong to your account, don't specify a value.
owner - The owner of the bundles. You cannot combine this parameter with any other filter.
To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the
bundles that belong to your account, don't specify a value.
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)
overrideConfiguration in interface AwsRequest.BuilderDescribeWorkspaceBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.