Interface DescribeWorkspaceBundlesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>,SdkBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeWorkspaceBundlesRequest
public static interface DescribeWorkspaceBundlesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceBundlesRequest.Builder,DescribeWorkspaceBundlesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeWorkspaceBundlesRequest.BuilderbundleIds(String... bundleIds)The identifiers of the bundles.DescribeWorkspaceBundlesRequest.BuilderbundleIds(Collection<String> bundleIds)The identifiers of the bundles.DescribeWorkspaceBundlesRequest.BuildernextToken(String nextToken)The token for the next set of results.DescribeWorkspaceBundlesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWorkspaceBundlesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWorkspaceBundlesRequest.Builderowner(String owner)The owner of the bundles.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
bundleIds
DescribeWorkspaceBundlesRequest.Builder bundleIds(Collection<String> bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
- Parameters:
bundleIds- The identifiers of the bundles. You cannot combine this parameter with any other filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleIds
DescribeWorkspaceBundlesRequest.Builder bundleIds(String... bundleIds)
The identifiers of the bundles. You cannot combine this parameter with any other filter.
- Parameters:
bundleIds- The identifiers of the bundles. You cannot combine this parameter with any other filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeWorkspaceBundlesRequest.Builder nextToken(String nextToken)
The token for the next set of results. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of results. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeWorkspaceBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeWorkspaceBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-