Interface ContainerServiceRegistryLogin.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerServiceRegistryLogin.Builder,,ContainerServiceRegistryLogin> SdkBuilder<ContainerServiceRegistryLogin.Builder,,ContainerServiceRegistryLogin> SdkPojo
- Enclosing class:
ContainerServiceRegistryLogin
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the container image registry sign-in credentials expire.The container service registry password to use to push container images to the container image registry of a Lightsail accountThe address to use to push container images to the container image registry of a Lightsail account.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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
username
The container service registry username to use to push container images to the container image registry of a Lightsail account.
- Parameters:
username- The container service registry username to use to push container images to the container image registry of a Lightsail account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
The container service registry password to use to push container images to the container image registry of a Lightsail account
- Parameters:
password- The container service registry password to use to push container images to the container image registry of a Lightsail account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
registry
The address to use to push container images to the container image registry of a Lightsail account.
- Parameters:
registry- The address to use to push container images to the container image registry of a Lightsail account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-