Interface BatchGetTokenBalanceErrorItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>,SdkBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>,SdkPojo
- Enclosing class:
- BatchGetTokenBalanceErrorItem
public static interface BatchGetTokenBalanceErrorItem.Builder extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BatchGetTokenBalanceErrorItem.BuilderatBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.BatchGetTokenBalanceErrorItem.BuilderatBlockchainInstant(BlockchainInstant atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.BatchGetTokenBalanceErrorItem.BuildererrorCode(String errorCode)The error code associated with the error.BatchGetTokenBalanceErrorItem.BuildererrorMessage(String errorMessage)The message associated with the error.BatchGetTokenBalanceErrorItem.BuildererrorType(String errorType)The type of error.BatchGetTokenBalanceErrorItem.BuildererrorType(ErrorType errorType)The type of error.default BatchGetTokenBalanceErrorItem.BuilderownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.BatchGetTokenBalanceErrorItem.BuilderownerIdentifier(OwnerIdentifier ownerIdentifier)Sets the value of the OwnerIdentifier property for this object.default BatchGetTokenBalanceErrorItem.BuildertokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)Sets the value of the TokenIdentifier property for this object.BatchGetTokenBalanceErrorItem.BuildertokenIdentifier(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, sdkFields
-
-
-
-
Method Detail
-
tokenIdentifier
BatchGetTokenBalanceErrorItem.Builder tokenIdentifier(TokenIdentifier 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 BatchGetTokenBalanceErrorItem.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 onTokenIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tokenIdentifier(TokenIdentifier)
-
ownerIdentifier
BatchGetTokenBalanceErrorItem.Builder ownerIdentifier(OwnerIdentifier 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 BatchGetTokenBalanceErrorItem.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 onOwnerIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ownerIdentifier(OwnerIdentifier)
-
atBlockchainInstant
BatchGetTokenBalanceErrorItem.Builder atBlockchainInstant(BlockchainInstant 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 BatchGetTokenBalanceErrorItem.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 onBlockchainInstant.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
atBlockchainInstant(BlockchainInstant)
-
errorCode
BatchGetTokenBalanceErrorItem.Builder errorCode(String errorCode)
The error code associated with the error.
- Parameters:
errorCode- The error code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
BatchGetTokenBalanceErrorItem.Builder errorMessage(String errorMessage)
The message associated with the error.
- Parameters:
errorMessage- The message associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
BatchGetTokenBalanceErrorItem.Builder errorType(String errorType)
The type of error.
-
errorType
BatchGetTokenBalanceErrorItem.Builder errorType(ErrorType errorType)
The type of error.
-
-