Interface TimestampForCollection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimestampForCollection.Builder,TimestampForCollection>,SdkBuilder<TimestampForCollection.Builder,TimestampForCollection>,SdkPojo
- Enclosing class:
- TimestampForCollection
public static interface TimestampForCollection.Builder extends SdkPojo, CopyableBuilder<TimestampForCollection.Builder,TimestampForCollection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampForCollection.Buildertimestamp(Instant timestamp)The 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, sdkFields
-
-
-
-
Method Detail
-
timestamp
TimestampForCollection.Builder timestamp(Instant 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.
-
-