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 Summary
Modifier and TypeMethodDescriptioncompanyCode
(String companyCode) The identifier used by users to sign in to the Amazon WorkLink app.createdTime
(Instant createdTime) The time that the fleet was created.displayName
(String displayName) The name to display.The name of the fleet.fleetStatus
(String fleetStatus) The current state of the fleet.fleetStatus
(FleetStatus fleetStatus) The current state of the fleet.lastUpdatedTime
(Instant lastUpdatedTime) The time that the fleet was last updated.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.The tags attached to the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
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
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.
-