Interface GetAccountBalanceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetAccountBalanceResponse.Builder,GetAccountBalanceResponse>, MTurkResponse.Builder, SdkBuilder<GetAccountBalanceResponse.Builder,GetAccountBalanceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetAccountBalanceResponse

public static interface GetAccountBalanceResponse.Builder extends MTurkResponse.Builder, SdkPojo, CopyableBuilder<GetAccountBalanceResponse.Builder,GetAccountBalanceResponse>
  • Method Details

    • availableBalance

      GetAccountBalanceResponse.Builder availableBalance(String availableBalance)
      Sets the value of the AvailableBalance property for this object.
      Parameters:
      availableBalance - The new value for the AvailableBalance property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • onHoldBalance

      GetAccountBalanceResponse.Builder onHoldBalance(String onHoldBalance)
      Sets the value of the OnHoldBalance property for this object.
      Parameters:
      onHoldBalance - The new value for the OnHoldBalance property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.