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 Details

    • 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

      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

      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

      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: