Class PrivateRegistryAccess
- java.lang.Object
-
- software.amazon.awssdk.services.lightsail.model.PrivateRegistryAccess
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>
@Generated("software.amazon.awssdk:codegen") public final class PrivateRegistryAccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>
Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateRegistryAccess.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateRegistryAccess.Builderbuilder()ContainerServiceECRImagePullerRoleecrImagePullerRole()An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PrivateRegistryAccess.Builder>serializableBuilderClass()PrivateRegistryAccess.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ecrImagePullerRole
public final ContainerServiceECRImagePullerRole ecrImagePullerRole()
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
- Returns:
- An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
-
toBuilder
public PrivateRegistryAccess.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>
-
builder
public static PrivateRegistryAccess.Builder builder()
-
serializableBuilderClass
public static Class<? extends PrivateRegistryAccess.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-