Interface ContainerFleetLocationAttributes.Builder

    • Method Detail

      • location

        ContainerFleetLocationAttributes.Builder location​(String location)

        A location identifier.

        Parameters:
        location - A location identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ContainerFleetLocationAttributes.Builder status​(String status)

        The status of fleet activity in the location.

        • PENDING -- A new container fleet has been requested.

        • CREATING -- A new container fleet resource is being created.

        • CREATED -- A new container fleet resource has been created. No fleet instances have been deployed.

        • ACTIVATING -- New container fleet instances are being deployed.

        • ACTIVE -- The container fleet has been deployed and is ready to host game sessions.

        • UPDATING -- Updates to the container fleet is being updated. A deployment is in progress.

        Parameters:
        status - The status of fleet activity in the location.

        • PENDING -- A new container fleet has been requested.

        • CREATING -- A new container fleet resource is being created.

        • CREATED -- A new container fleet resource has been created. No fleet instances have been deployed.

        • ACTIVATING -- New container fleet instances are being deployed.

        • ACTIVE -- The container fleet has been deployed and is ready to host game sessions.

        • UPDATING -- Updates to the container fleet is being updated. A deployment is in progress.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerFleetLocationStatus, ContainerFleetLocationStatus
      • status

        ContainerFleetLocationAttributes.Builder status​(ContainerFleetLocationStatus status)

        The status of fleet activity in the location.

        • PENDING -- A new container fleet has been requested.

        • CREATING -- A new container fleet resource is being created.

        • CREATED -- A new container fleet resource has been created. No fleet instances have been deployed.

        • ACTIVATING -- New container fleet instances are being deployed.

        • ACTIVE -- The container fleet has been deployed and is ready to host game sessions.

        • UPDATING -- Updates to the container fleet is being updated. A deployment is in progress.

        Parameters:
        status - The status of fleet activity in the location.

        • PENDING -- A new container fleet has been requested.

        • CREATING -- A new container fleet resource is being created.

        • CREATED -- A new container fleet resource has been created. No fleet instances have been deployed.

        • ACTIVATING -- New container fleet instances are being deployed.

        • ACTIVE -- The container fleet has been deployed and is ready to host game sessions.

        • UPDATING -- Updates to the container fleet is being updated. A deployment is in progress.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContainerFleetLocationStatus, ContainerFleetLocationStatus