Interface ExecuteBudgetActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BudgetsResponse.Builder,Buildable,CopyableBuilder<ExecuteBudgetActionResponse.Builder,ExecuteBudgetActionResponse>,SdkBuilder<ExecuteBudgetActionResponse.Builder,ExecuteBudgetActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExecuteBudgetActionResponse
public static interface ExecuteBudgetActionResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<ExecuteBudgetActionResponse.Builder,ExecuteBudgetActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecuteBudgetActionResponse.BuilderaccountId(String accountId)Sets the value of the AccountId property for this object.ExecuteBudgetActionResponse.BuilderactionId(String actionId)A system-generated universally unique identifier (UUID) for the action.ExecuteBudgetActionResponse.BuilderbudgetName(String budgetName)Sets the value of the BudgetName property for this object.ExecuteBudgetActionResponse.BuilderexecutionType(String executionType)The type of execution.ExecuteBudgetActionResponse.BuilderexecutionType(ExecutionType executionType)The type of execution.-
Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accountId
ExecuteBudgetActionResponse.Builder accountId(String accountId)
Sets the value of the AccountId property for this object.- Parameters:
accountId- The new value for the AccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetName
ExecuteBudgetActionResponse.Builder budgetName(String budgetName)
Sets the value of the BudgetName property for this object.- Parameters:
budgetName- The new value for the BudgetName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionId
ExecuteBudgetActionResponse.Builder actionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
- Parameters:
actionId- A system-generated universally unique identifier (UUID) for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionType
ExecuteBudgetActionResponse.Builder executionType(String executionType)
The type of execution.
- Parameters:
executionType- The type of execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionType,ExecutionType
-
executionType
ExecuteBudgetActionResponse.Builder executionType(ExecutionType executionType)
The type of execution.
- Parameters:
executionType- The type of execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionType,ExecutionType
-
-