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 Summary
Modifier and TypeMethodDescriptiontrainingRepositoryCredentialsProviderArn(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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.
 
 
 -