Class AutoMLSecurityConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AutoMLSecurityConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
@Generated("software.amazon.awssdk:codegen") public final class AutoMLSecurityConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
Security options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoMLSecurityConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoMLSecurityConfig.Builderbuilder()BooleanenableInterContainerTrafficEncryption()Whether to use traffic encryption between the container layers.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AutoMLSecurityConfig.Builder>serializableBuilderClass()AutoMLSecurityConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvolumeKmsKeyId()The key used to encrypt stored data.VpcConfigvpcConfig()The VPC configuration.-
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
-
volumeKmsKeyId
public final String volumeKmsKeyId()
The key used to encrypt stored data.
- Returns:
- The key used to encrypt stored data.
-
enableInterContainerTrafficEncryption
public final Boolean enableInterContainerTrafficEncryption()
Whether to use traffic encryption between the container layers.
- Returns:
- Whether to use traffic encryption between the container layers.
-
vpcConfig
public final VpcConfig vpcConfig()
The VPC configuration.
- Returns:
- The VPC configuration.
-
toBuilder
public AutoMLSecurityConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
-
builder
public static AutoMLSecurityConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoMLSecurityConfig.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.
-
-