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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFleetsRequest.BuilderdisplayName(String displayName)The display names of a list of fleets.ListFleetsRequest.BuilderfarmId(String farmId)The farm ID of the fleets.ListFleetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListFleetsRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListFleetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFleetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFleetsRequest.BuilderprincipalId(String principalId)The principal ID of the members to include in the fleet.ListFleetsRequest.Builderstatus(String status)The status of the fleet.ListFleetsRequest.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
displayName
ListFleetsRequest.Builder displayName(String 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
ListFleetsRequest.Builder farmId(String 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
ListFleetsRequest.Builder maxResults(Integer 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
ListFleetsRequest.Builder nextToken(String 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
ListFleetsRequest.Builder principalId(String 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
ListFleetsRequest.Builder status(String 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:
FleetStatus,FleetStatus
-
status
ListFleetsRequest.Builder status(FleetStatus 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:
FleetStatus,FleetStatus
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-