@Generated(value="software.amazon.awssdk:codegen") public final class WorkspaceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>
The workspace settings for the SageMaker Canvas application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkspaceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3ArtifactPath()
The Amazon S3 bucket used to store artifacts generated by Canvas.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkspaceSettings.Builder> |
serializableBuilderClass() |
WorkspaceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
public WorkspaceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>public static WorkspaceSettings.Builder builder()
public static Class<? extends WorkspaceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.