public static interface ContainerServiceRegistryLogin.Builder extends SdkPojo, CopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>
Modifier and Type | Method and Description |
---|---|
ContainerServiceRegistryLogin.Builder |
expiresAt(Instant expiresAt)
The timestamp of when the container image registry username and password expire.
|
ContainerServiceRegistryLogin.Builder |
password(String password)
The container service registry password to use to push container images to the container image registry of a
Lightsail account
|
ContainerServiceRegistryLogin.Builder |
registry(String registry)
The address to use to push container images to the container image registry of a Lightsail account.
|
ContainerServiceRegistryLogin.Builder |
username(String username)
The container service registry username to use to push container images to the container image registry of a
Lightsail account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ContainerServiceRegistryLogin.Builder username(String username)
The container service registry username to use to push container images to the container image registry of a Lightsail account.
username
- The container service registry username to use to push container images to the container image
registry of a Lightsail account.ContainerServiceRegistryLogin.Builder password(String password)
The container service registry password 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 accountContainerServiceRegistryLogin.Builder expiresAt(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.
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.
ContainerServiceRegistryLogin.Builder registry(String registry)
The address to use to push container images to the container image registry of a Lightsail account.
registry
- The address to use to push container images to the container image registry of a Lightsail account.