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