@Generated(value="software.amazon.awssdk:codegen") public final class RepositoryAuthConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a
value for this property only if you specified Vpc
as the value for the RepositoryAccessMode
field of the ImageConfig
object that you passed to a call to CreateModel
and the private
Docker registry where the model image is hosted requires authentication.
Modifier and Type | Class and Description |
---|---|
static interface |
RepositoryAuthConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static RepositoryAuthConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositoryAuthConfig.Builder> |
serializableBuilderClass() |
RepositoryAuthConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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.
public RepositoryAuthConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
public static RepositoryAuthConfig.Builder builder()
public static Class<? extends RepositoryAuthConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.