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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-