public static interface UpdateWorkspaceImagePermissionRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceImagePermissionRequest.Builder,UpdateWorkspaceImagePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceImagePermissionRequest.Builder |
allowCopyImage(Boolean allowCopyImage)
The permission to copy the image.
|
UpdateWorkspaceImagePermissionRequest.Builder |
imageId(String imageId)
The identifier of the image.
|
UpdateWorkspaceImagePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkspaceImagePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkspaceImagePermissionRequest.Builder |
sharedAccountId(String sharedAccountId)
The identifier of the Amazon Web Services account to share or unshare the image with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkspaceImagePermissionRequest.Builder imageId(String imageId)
The identifier of the image.
imageId - The identifier of the image.UpdateWorkspaceImagePermissionRequest.Builder allowCopyImage(Boolean allowCopyImage)
The permission to copy the image. This permission can be revoked only after an image has been shared.
allowCopyImage - The permission to copy the image. This permission can be revoked only after an image has been shared.UpdateWorkspaceImagePermissionRequest.Builder sharedAccountId(String sharedAccountId)
The identifier of the Amazon Web Services account to share or unshare the image with.
Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.
sharedAccountId - The identifier of the Amazon Web Services account to share or unshare the image with. Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.
UpdateWorkspaceImagePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkspaceImagePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.