Interface WorkspaceSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkspaceSettings.Builder,
,WorkspaceSettings> SdkBuilder<WorkspaceSettings.Builder,
,WorkspaceSettings> SdkPojo
- Enclosing class:
WorkspaceSettings
public static interface WorkspaceSettings.Builder
extends SdkPojo, CopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>
-
Method Summary
Modifier and TypeMethodDescriptions3ArtifactPath
(String s3ArtifactPath) The Amazon S3 bucket used to store artifacts generated by Canvas.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.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, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-