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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampedInclusionAnnotation.BuilderlastModifiedOn(Instant lastModifiedOn)The timestamp when the inclusion annotation was last modified.TimestampedInclusionAnnotation.Buildervalue(String value)The inclusion annotation value.TimestampedInclusionAnnotation.Buildervalue(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
value
TimestampedInclusionAnnotation.Builder value(String 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:
InclusionAnnotationValue,InclusionAnnotationValue
-
value
TimestampedInclusionAnnotation.Builder value(InclusionAnnotationValue 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:
InclusionAnnotationValue,InclusionAnnotationValue
-
lastModifiedOn
TimestampedInclusionAnnotation.Builder lastModifiedOn(Instant 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.
-
-