Interface AssetPropertyTimestamp.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AssetPropertyTimestamp.Builder,,- AssetPropertyTimestamp> - SdkBuilder<AssetPropertyTimestamp.Builder,,- AssetPropertyTimestamp> - SdkPojo
- Enclosing class:
- AssetPropertyTimestamp
@Mutable
@NotThreadSafe
public static interface AssetPropertyTimestamp.Builder
extends SdkPojo, CopyableBuilder<AssetPropertyTimestamp.Builder,AssetPropertyTimestamp> 
- 
Method SummaryModifier and TypeMethodDescriptionoffsetInNanos(String offsetInNanos) Optional.timeInSeconds(String timeInSeconds) A string that contains the time in seconds since epoch.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- 
timeInSecondsA string that contains the time in seconds since epoch. Accepts substitution templates. - Parameters:
- timeInSeconds- A string that contains the time in seconds since epoch. Accepts substitution templates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offsetInNanosOptional. A string that contains the nanosecond time offset. Accepts substitution templates. - Parameters:
- offsetInNanos- Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-