Interface AutoMLSecurityConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>, SdkBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>, SdkPojo
Enclosing class:
AutoMLSecurityConfig

public static interface AutoMLSecurityConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
  • Method Details

    • volumeKmsKeyId

      AutoMLSecurityConfig.Builder volumeKmsKeyId(String volumeKmsKeyId)

      The key used to encrypt stored data.

      Parameters:
      volumeKmsKeyId - The key used to encrypt stored data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enableInterContainerTrafficEncryption

      AutoMLSecurityConfig.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)

      Whether to use traffic encryption between the container layers.

      Parameters:
      enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      The VPC configuration.

      Parameters:
      vpcConfig - The VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      The VPC configuration.

      This is a convenience method that creates an instance of the VpcConfig.Builder avoiding the need to create one manually via VpcConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpcConfig(VpcConfig).

      Parameters:
      vpcConfig - a consumer that will call methods on VpcConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: