Interface CreateFleetRequest.Builder

    • Method Detail

      • fleetName

        CreateFleetRequest.Builder fleetName​(String fleetName)

        A unique name for the fleet.

        Parameters:
        fleetName - A unique name for the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        CreateFleetRequest.Builder displayName​(String displayName)

        The fleet name to display.

        Parameters:
        displayName - The fleet name to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optimizeForEndUserLocation

        CreateFleetRequest.Builder optimizeForEndUserLocation​(Boolean optimizeForEndUserLocation)

        The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

        Parameters:
        optimizeForEndUserLocation - The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFleetRequest.Builder tags​(Map<String,​String> tags)

        The tags to add to the resource. A tag is a key-value pair.

        Parameters:
        tags - The tags to add to the resource. A tag is a key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.