Interface DescribeFleetMetadataResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeFleetMetadataResponse.Builder,DescribeFleetMetadataResponse>, SdkBuilder<DescribeFleetMetadataResponse.Builder,DescribeFleetMetadataResponse>, SdkPojo, SdkResponse.Builder, WorkLinkResponse.Builder
Enclosing class:
DescribeFleetMetadataResponse

public static interface DescribeFleetMetadataResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetMetadataResponse.Builder,DescribeFleetMetadataResponse>
  • Method Details

    • 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

      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

      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

      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.
    • fleetStatus

      The current state of the fleet.

      Parameters:
      fleetStatus - The current state of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fleetStatus

      The current state of the fleet.

      Parameters:
      fleetStatus - The current state of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.