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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccountBalanceResponse.BuilderavailableBalance(String availableBalance)Sets the value of the AvailableBalance property for this object.GetAccountBalanceResponse.BuilderonHoldBalance(String onHoldBalance)Sets the value of the OnHoldBalance property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-