Interface ListFleetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFleetsRequest.Builder,,ListFleetsRequest> DeadlineRequest.Builder,SdkBuilder<ListFleetsRequest.Builder,,ListFleetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListFleetsRequest
public static interface ListFleetsRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListFleetsRequest.Builder,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, ornullto 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
displayName
The display names of a list of fleets.
- Parameters:
displayName- The display names of a list of fleets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
maxResults
The maximum number of results to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
maxResults- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, or
nullto start from the beginning.- Parameters:
nextToken- The token for the next set of results, ornullto start from the beginning.- 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.
-
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:
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-