Interface ContainerAttribute.Builder

    • Method Detail

      • containerName

        ContainerAttribute.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

        ContainerAttribute.Builder containerRuntimeId​(String containerRuntimeId)

        The runtime ID for the container that's running in a compute. This value is unique within the compute.

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