Interface ListFleetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListFleetsRequest.Builder,
,ListFleetsRequest> DeadlineRequest.Builder
,SdkBuilder<ListFleetsRequest.Builder,
,ListFleetsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListFleetsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display names of a list of fleets.The farm ID of the fleets.maxResults
(Integer maxResults) The maximum number of results to return.The token for the next set of results, ornull
to start from the beginning.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principalId
(String principalId) The principal ID of the members to include in the fleet.The status of the fleet.status
(FleetStatus status) The status of the fleet.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The farm ID of the fleets.
- Parameters:
farmId
- The farm ID of the fleets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
The principal ID of the members to include in the fleet.
- Parameters:
principalId
- The principal ID of the members to include in the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display names of a list of fleets.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Parameters:
displayName
- The display names of a list of fleets.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the fleet.
- Parameters:
status
- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the fleet.
- Parameters:
status
- The status of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or
null
to start from the beginning.- Parameters:
nextToken
- The token for the next set of results, ornull
to start from the beginning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return. Use this parameter with
NextToken
to get results as a set of sequential pages.- Parameters:
maxResults
- The maximum number of results to return. Use this parameter withNextToken
to get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-