Interface LocationState.Builder

    • Method Detail

      • location

        LocationState.Builder location​(String location)

        The fleet location, expressed as an Amazon Web Services Region code such as us-west-2.

        Parameters:
        location - The fleet location, expressed as an Amazon Web Services Region code such as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        LocationState.Builder status​(String status)

        The life-cycle status of a fleet location.

        Parameters:
        status - The life-cycle status of a fleet location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStatus, FleetStatus
      • status

        LocationState.Builder status​(FleetStatus status)

        The life-cycle status of a fleet location.

        Parameters:
        status - The life-cycle status of a fleet location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStatus, FleetStatus