Interface BlockchainInstant.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BlockchainInstant.Builder,,BlockchainInstant> SdkBuilder<BlockchainInstant.Builder,,BlockchainInstant> SdkPojo
- Enclosing class:
BlockchainInstant
public static interface BlockchainInstant.Builder
extends SdkPojo, CopyableBuilder<BlockchainInstant.Builder,BlockchainInstant>
-
Method Summary
Modifier and TypeMethodDescriptionThe container of theTimestampof the blockchain instant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
time
The container of the
Timestampof the blockchain instant.This
timestampwill only be recorded up to the second.- Parameters:
time- The container of theTimestampof the blockchain instant.This
timestampwill only be recorded up to the second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-