Interface TimestampedInclusionAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestampedInclusionAnnotation.Builder,
,TimestampedInclusionAnnotation> SdkBuilder<TimestampedInclusionAnnotation.Builder,
,TimestampedInclusionAnnotation> SdkPojo
- Enclosing class:
TimestampedInclusionAnnotation
public static interface TimestampedInclusionAnnotation.Builder
extends SdkPojo, CopyableBuilder<TimestampedInclusionAnnotation.Builder,TimestampedInclusionAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionlastModifiedOn
(Instant lastModifiedOn) The timestamp when the inclusion annotation was last modified.The inclusion annotation value.value
(InclusionAnnotationValue value) The inclusion annotation value.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 Details
-
value
The inclusion annotation value.
- Parameters:
value
- The inclusion annotation value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The inclusion annotation value.
- Parameters:
value
- The inclusion annotation value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedOn
The timestamp when the inclusion annotation was last modified.
- Parameters:
lastModifiedOn
- The timestamp when the inclusion annotation was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-