Class ContainerServiceRegistryLogin
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>
Describes the sign-in credentials for the container image registry of an Amazon Lightsail account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final InstantThe timestamp of when the container image registry sign-in credentials expire.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringpassword()The container service registry password to use to push container images to the container image registry of a Lightsail accountfinal Stringregistry()The address to use to push container images to the container image registry of a Lightsail account.static Class<? extends ContainerServiceRegistryLogin.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringusername()The container service registry username to use to push container images to the container image registry of a Lightsail account.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
username
The container service registry username to use to push container images to the container image registry of a Lightsail account.
- Returns:
- The container service registry username to use to push container images to the container image registry of a Lightsail account.
-
password
The container service registry password to use to push container images to the container image registry of a Lightsail account
- Returns:
- The container service registry password to use to push container images to the container image registry of a Lightsail account
-
expiresAt
The timestamp of when the container image registry sign-in credentials expire.
The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the
CreateContainerServiceRegistryLoginaction.- Returns:
- The timestamp of when the container image registry sign-in credentials expire.
The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the
CreateContainerServiceRegistryLoginaction.
-
registry
The address to use to push container images to the container image registry of a Lightsail account.
- Returns:
- The address to use to push container images to the container image registry of a Lightsail account.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-