Interface RepositoryAuthConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
,SdkBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
,SdkPojo
- Enclosing class:
- RepositoryAuthConfig
public static interface RepositoryAuthConfig.Builder extends SdkPojo, CopyableBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryAuthConfig.Builder
repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted.-
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
-
repositoryCredentialsProviderArn
RepositoryAuthConfig.Builder repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.
- Parameters:
repositoryCredentialsProviderArn
- The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-