Interface AwsEcsContainerDetails.Builder

    • Method Detail

      • name

        AwsEcsContainerDetails.Builder name​(String name)

        The name of the container.

        Parameters:
        name - The name of the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • image

        AwsEcsContainerDetails.Builder image​(String image)

        The image used for the container.

        Parameters:
        image - The image used for the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountPoints

        AwsEcsContainerDetails.Builder mountPoints​(Collection<AwsMountPoint> mountPoints)

        The mount points for data volumes in your container.

        Parameters:
        mountPoints - The mount points for data volumes in your container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountPoints

        AwsEcsContainerDetails.Builder mountPoints​(AwsMountPoint... mountPoints)

        The mount points for data volumes in your container.

        Parameters:
        mountPoints - The mount points for data volumes in your container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privileged

        AwsEcsContainerDetails.Builder privileged​(Boolean privileged)

        When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).

        Parameters:
        privileged - When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
        Returns:
        Returns a reference to this object so that method calls can be chained together.