Interface Container.Builder

    • Method Detail

      • region

        Container.Builder region​(String region)

        Containers and container images are Region-specific. This is the Region context for the container.

        Parameters:
        region - Containers and container images are Region-specific. This is the Region context for the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageUris

        Container.Builder imageUris​(Collection<String> imageUris)

        A list of URIs for containers created in the context Region.

        Parameters:
        imageUris - A list of URIs for containers created in the context Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageUris

        Container.Builder imageUris​(String... imageUris)

        A list of URIs for containers created in the context Region.

        Parameters:
        imageUris - A list of URIs for containers created in the context Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.