@Generated(value="software.amazon.awssdk:codegen") public final class ContainerServiceRegistryLogin extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>
Describes the login information for the container image registry of an Amazon Lightsail account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerServiceRegistryLogin.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceRegistryLogin.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiresAt()
The timestamp of when the container image registry username and password expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The container service registry password to use to push container images to the container image registry of a
Lightsail account
|
String |
registry()
The address to use to push container images to the container image registry of a Lightsail account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerServiceRegistryLogin.Builder> |
serializableBuilderClass() |
ContainerServiceRegistryLogin.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The container service registry username to use to push container images to the container image registry of a
Lightsail account.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String username()
The container service registry username to use to push container images to the container image registry of a Lightsail account.
public final String password()
The container service registry password to use to push container images to the container image registry of a Lightsail account
public final Instant expiresAt()
The timestamp of when the container image registry username and password 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 CreateContainerServiceRegistryLogin action.
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 CreateContainerServiceRegistryLogin action.
public final String registry()
The address to use to push container images to the container image registry of a Lightsail account.
public ContainerServiceRegistryLogin.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>public static ContainerServiceRegistryLogin.Builder builder()
public static Class<? extends ContainerServiceRegistryLogin.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.