Interface TrainingRepositoryAuthConfig.Builder

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

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

    • trainingRepositoryCredentialsProviderArn

      TrainingRepositoryAuthConfig.Builder trainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)

      The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.

      Parameters:
      trainingRepositoryCredentialsProviderArn - The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.