Interface ContainerServiceRegistryLogin.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>, SdkBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>, SdkPojo
Enclosing class:
ContainerServiceRegistryLogin

public static interface ContainerServiceRegistryLogin.Builder extends SdkPojo, CopyableBuilder<ContainerServiceRegistryLogin.Builder,ContainerServiceRegistryLogin>
  • 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 CreateContainerServiceRegistryLogin action.

      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 CreateContainerServiceRegistryLogin action.

      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.