Interface BatchGetTokenBalanceInputItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetTokenBalanceInputItem.Builder,
,BatchGetTokenBalanceInputItem> SdkBuilder<BatchGetTokenBalanceInputItem.Builder,
,BatchGetTokenBalanceInputItem> SdkPojo
- Enclosing class:
BatchGetTokenBalanceInputItem
@Mutable
@NotThreadSafe
public static interface BatchGetTokenBalanceInputItem.Builder
extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceInputItem.Builder,BatchGetTokenBalanceInputItem>
-
Method Summary
Modifier 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.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.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
-
Method Details
-
tokenIdentifier
Sets 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.
-
tokenIdentifier
default BatchGetTokenBalanceInputItem.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.Builder
avoiding the need to create one manually viaTokenIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totokenIdentifier(TokenIdentifier)
.- Parameters:
tokenIdentifier
- a consumer that will call methods onTokenIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ownerIdentifier
Sets 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.
-
ownerIdentifier
default BatchGetTokenBalanceInputItem.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.Builder
avoiding the need to create one manually viaOwnerIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toownerIdentifier(OwnerIdentifier)
.- Parameters:
ownerIdentifier
- a consumer that will call methods onOwnerIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
atBlockchainInstant
Sets 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.
-
atBlockchainInstant
default BatchGetTokenBalanceInputItem.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.Builder
avoiding the need to create one manually viaBlockchainInstant.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toatBlockchainInstant(BlockchainInstant)
.- Parameters:
atBlockchainInstant
- a consumer that will call methods onBlockchainInstant.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-