Interface TimestampForCollection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestampForCollection.Builder,
,TimestampForCollection> SdkBuilder<TimestampForCollection.Builder,
,TimestampForCollection> SdkPojo
- Enclosing class:
TimestampForCollection
@Mutable
@NotThreadSafe
public static interface TimestampForCollection.Builder
extends SdkPojo, CopyableBuilder<TimestampForCollection.Builder,TimestampForCollection>
-
Method Summary
Modifier and TypeMethodDescriptionThe data and time when data collection began for a source package.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
-
timestamp
The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.- Parameters:
timestamp
- The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example,2021-08-18T16:35:56.284Z
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-