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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockchainInstant.Buildertime(Instant time)The container of theTimestampof the blockchain instant.-
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
-
time
BlockchainInstant.Builder time(Instant 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.
-
-