public static interface CreateWorkspaceBundleRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceBundleRequest.Builder,CreateWorkspaceBundleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspaceBundleRequest.Builder bundleName(String bundleName)
The name of the bundle.
bundleName - The name of the bundle.CreateWorkspaceBundleRequest.Builder bundleDescription(String bundleDescription)
The description of the bundle.
bundleDescription - The description of the bundle.CreateWorkspaceBundleRequest.Builder imageId(String imageId)
The identifier of the image that is used to create the bundle.
imageId - The identifier of the image that is used to create the bundle.CreateWorkspaceBundleRequest.Builder computeType(ComputeType computeType)
computeType - The new value for the ComputeType property for this object.default CreateWorkspaceBundleRequest.Builder computeType(Consumer<ComputeType.Builder> computeType)
ComputeType.Builder avoiding the need to
create one manually via ComputeType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to computeType(ComputeType).
computeType - a consumer that will call methods on ComputeType.BuildercomputeType(ComputeType)CreateWorkspaceBundleRequest.Builder userStorage(UserStorage userStorage)
userStorage - The new value for the UserStorage property for this object.default CreateWorkspaceBundleRequest.Builder userStorage(Consumer<UserStorage.Builder> userStorage)
UserStorage.Builder avoiding the need to
create one manually via UserStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to userStorage(UserStorage).
userStorage - a consumer that will call methods on UserStorage.BuilderuserStorage(UserStorage)CreateWorkspaceBundleRequest.Builder rootStorage(RootStorage rootStorage)
rootStorage - The new value for the RootStorage property for this object.default CreateWorkspaceBundleRequest.Builder rootStorage(Consumer<RootStorage.Builder> rootStorage)
RootStorage.Builder avoiding the need to
create one manually via RootStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to rootStorage(RootStorage).
rootStorage - a consumer that will call methods on RootStorage.BuilderrootStorage(RootStorage)CreateWorkspaceBundleRequest.Builder tags(Collection<Tag> tags)
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your
IAM user permissions to use workspaces:CreateTags.
tags - The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that
grants your IAM user permissions to use workspaces:CreateTags.
CreateWorkspaceBundleRequest.Builder tags(Tag... tags)
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your
IAM user permissions to use workspaces:CreateTags.
tags - The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that
grants your IAM user permissions to use workspaces:CreateTags.
CreateWorkspaceBundleRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your
IAM user permissions to use workspaces:CreateTags.
Tag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateWorkspaceBundleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkspaceBundleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.