Interface DescribeFleetMetadataResponse.Builder

    • Method Detail

      • createdTime

        DescribeFleetMetadataResponse.Builder createdTime​(Instant createdTime)

        The time that the fleet was created.

        Parameters:
        createdTime - The time that the fleet was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        DescribeFleetMetadataResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The time that the fleet was last updated.

        Parameters:
        lastUpdatedTime - The time that the fleet was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetName

        DescribeFleetMetadataResponse.Builder fleetName​(String fleetName)

        The name of the fleet.

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

        DescribeFleetMetadataResponse.Builder displayName​(String displayName)

        The name to display.

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

        DescribeFleetMetadataResponse.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.
      • companyCode

        DescribeFleetMetadataResponse.Builder companyCode​(String companyCode)

        The identifier used by users to sign in to the Amazon WorkLink app.

        Parameters:
        companyCode - The identifier used by users to sign in to the Amazon WorkLink app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

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

        Parameters:
        tags - The tags attached 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.