@Stability(value=Stable) public static final class CfnModel.RepositoryAuthConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModel.RepositoryAuthConfigProperty>
CfnModel.RepositoryAuthConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModel.RepositoryAuthConfigProperty |
build()
Builds the configured instance.
|
CfnModel.RepositoryAuthConfigProperty.Builder |
repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
|
@Stability(value=Stable) public CfnModel.RepositoryAuthConfigProperty.Builder repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
repositoryCredentialsProviderArn - The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. This parameter is required.
For information about how to create an AWS Lambda function, see Create a Lambda function with the console in the AWS Lambda Developer Guide .this@Stability(value=Stable) public CfnModel.RepositoryAuthConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnModel.RepositoryAuthConfigProperty>CfnModel.RepositoryAuthConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.