Interface ListFarmsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFarmsRequest.Builder,ListFarmsRequest>,DeadlineRequest.Builder,SdkBuilder<ListFarmsRequest.Builder,ListFarmsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFarmsRequest
public static interface ListFarmsRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListFarmsRequest.Builder,ListFarmsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFarmsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListFarmsRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListFarmsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFarmsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFarmsRequest.BuilderprincipalId(String principalId)The principal ID of the member to list on the farm.-
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
-
maxResults
ListFarmsRequest.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
ListFarmsRequest.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
ListFarmsRequest.Builder principalId(String principalId)
The principal ID of the member to list on the farm.
- Parameters:
principalId- The principal ID of the member to list on the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFarmsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFarmsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-