Interface ContainerIdentifier.Builder

  • Method Details

    • containerName

      ContainerIdentifier.Builder containerName(String containerName)

      The identifier for a container that's running in a compute.

      Parameters:
      containerName - The identifier for a container that's running in a compute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerRuntimeId

      ContainerIdentifier.Builder containerRuntimeId(String containerRuntimeId)

      The runtime ID for the container that's running in a compute. This value is unique within the compute. It is returned as a ContainerAttribute value in a Compute object.

      Parameters:
      containerRuntimeId - The runtime ID for the container that's running in a compute. This value is unique within the compute. It is returned as a ContainerAttribute value in a Compute object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.