public static interface WorkspaceSettings.Builder extends SdkPojo, CopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSettings.Builder |
s3ArtifactPath(String s3ArtifactPath)
The Amazon S3 bucket used to store artifacts generated by Canvas.
|
WorkspaceSettings.Builder |
s3KmsKeyId(String s3KmsKeyId)
The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts
generated by Canvas in the Amazon S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceSettings.Builder s3ArtifactPath(String s3ArtifactPath)
The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.
s3ArtifactPath - The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location
impacts existing configuration settings, and Canvas users no longer have access to their artifacts.
Canvas users must log out and log back in to apply the new location.WorkspaceSettings.Builder s3KmsKeyId(String s3KmsKeyId)
The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.
s3KmsKeyId - The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt
artifacts generated by Canvas in the Amazon S3 bucket.Copyright © 2023. All rights reserved.