Class WorkspaceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.WorkspaceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkspaceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkspaceSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3ArtifactPath()The Amazon S3 bucket used to store artifacts generated by Canvas.Strings3KmsKeyId()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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WorkspaceSettings.Builder>serializableBuilderClass()WorkspaceSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3ArtifactPath
public 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.
- Returns:
- 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.
-
s3KmsKeyId
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.
- Returns:
- 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.
-
toBuilder
public WorkspaceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkspaceSettings.Builder,WorkspaceSettings>
-
builder
public static WorkspaceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkspaceSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-