Interface DateTimeValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DateTimeValue.Builder,
,DateTimeValue> SdkBuilder<DateTimeValue.Builder,
,DateTimeValue> SdkPojo
- Enclosing class:
DateTimeValue
@Mutable
@NotThreadSafe
public static interface DateTimeValue.Builder
extends SdkPojo, CopyableBuilder<DateTimeValue.Builder,DateTimeValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of date/time value:ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.type
(DateTimeType type) The type of date/time value:ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.The actual date/time 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 Details
-
type
The type of date/time value:
ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.- Parameters:
type
- The type of date/time value:ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of date/time value:
ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.- Parameters:
type
- The type of date/time value:ABSOLUTE
for specific dates orRELATIVE
for dynamic time periods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The actual date/time value.
- Parameters:
value
- The actual date/time value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-