Interface BatchGetTokenBalanceOutputItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,,- BatchGetTokenBalanceOutputItem> - SdkBuilder<BatchGetTokenBalanceOutputItem.Builder,,- BatchGetTokenBalanceOutputItem> - SdkPojo
- Enclosing class:
- BatchGetTokenBalanceOutputItem
@Mutable
@NotThreadSafe
public static interface BatchGetTokenBalanceOutputItem.Builder
extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem> 
- 
Method SummaryModifier and TypeMethodDescriptionatBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant) Sets the value of the AtBlockchainInstant property for this object.atBlockchainInstant(BlockchainInstant atBlockchainInstant) Sets the value of the AtBlockchainInstant property for this object.The container for the token balance.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime) Sets the value of the LastUpdatedTime property for this object.lastUpdatedTime(BlockchainInstant lastUpdatedTime) Sets the value of the LastUpdatedTime property for this object.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier) Sets the value of the OwnerIdentifier property for this object.ownerIdentifier(OwnerIdentifier ownerIdentifier) Sets the value of the OwnerIdentifier property for this object.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier) Sets the value of the TokenIdentifier property for this object.tokenIdentifier(TokenIdentifier tokenIdentifier) Sets the value of the TokenIdentifier property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ownerIdentifierSets the value of the OwnerIdentifier property for this object.- Parameters:
- ownerIdentifier- The new value for the OwnerIdentifier property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerIdentifierdefault BatchGetTokenBalanceOutputItem.Builder ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier) Sets the value of the OwnerIdentifier property for this object. This is a convenience method that creates an instance of theOwnerIdentifier.Builderavoiding the need to create one manually viaOwnerIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toownerIdentifier(OwnerIdentifier).- Parameters:
- ownerIdentifier- a consumer that will call methods on- OwnerIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tokenIdentifierSets the value of the TokenIdentifier property for this object.- Parameters:
- tokenIdentifier- The new value for the TokenIdentifier property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tokenIdentifierdefault BatchGetTokenBalanceOutputItem.Builder tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier) Sets the value of the TokenIdentifier property for this object. This is a convenience method that creates an instance of theTokenIdentifier.Builderavoiding the need to create one manually viaTokenIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totokenIdentifier(TokenIdentifier).- Parameters:
- tokenIdentifier- a consumer that will call methods on- TokenIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
balanceThe container for the token balance. - Parameters:
- balance- The container for the token balance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
atBlockchainInstantSets the value of the AtBlockchainInstant property for this object.- Parameters:
- atBlockchainInstant- The new value for the AtBlockchainInstant property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
atBlockchainInstantdefault BatchGetTokenBalanceOutputItem.Builder atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant) Sets the value of the AtBlockchainInstant property for this object. This is a convenience method that creates an instance of theBlockchainInstant.Builderavoiding the need to create one manually viaBlockchainInstant.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toatBlockchainInstant(BlockchainInstant).- Parameters:
- atBlockchainInstant- a consumer that will call methods on- BlockchainInstant.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdatedTimeSets the value of the LastUpdatedTime property for this object.- Parameters:
- lastUpdatedTime- The new value for the LastUpdatedTime property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedTimedefault BatchGetTokenBalanceOutputItem.Builder lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime) Sets the value of the LastUpdatedTime property for this object. This is a convenience method that creates an instance of theBlockchainInstant.Builderavoiding the need to create one manually viaBlockchainInstant.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastUpdatedTime(BlockchainInstant).- Parameters:
- lastUpdatedTime- a consumer that will call methods on- BlockchainInstant.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-