Interface FilterRelativeDateTimeControl.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilterRelativeDateTimeControl.Builder,FilterRelativeDateTimeControl>,SdkBuilder<FilterRelativeDateTimeControl.Builder,FilterRelativeDateTimeControl>,SdkPojo
- Enclosing class:
- FilterRelativeDateTimeControl
public static interface FilterRelativeDateTimeControl.Builder extends SdkPojo, CopyableBuilder<FilterRelativeDateTimeControl.Builder,FilterRelativeDateTimeControl>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FilterRelativeDateTimeControl.BuilderdisplayOptions(Consumer<RelativeDateTimeControlDisplayOptions.Builder> displayOptions)The display options of a control.FilterRelativeDateTimeControl.BuilderdisplayOptions(RelativeDateTimeControlDisplayOptions displayOptions)The display options of a control.FilterRelativeDateTimeControl.BuilderfilterControlId(String filterControlId)The ID of theFilterTextAreaControl.FilterRelativeDateTimeControl.BuildersourceFilterId(String sourceFilterId)The source filter ID of theFilterTextAreaControl.FilterRelativeDateTimeControl.Buildertitle(String title)The title of theFilterTextAreaControl.-
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
-
filterControlId
FilterRelativeDateTimeControl.Builder filterControlId(String filterControlId)
The ID of the
FilterTextAreaControl.- Parameters:
filterControlId- The ID of theFilterTextAreaControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
FilterRelativeDateTimeControl.Builder title(String title)
The title of the
FilterTextAreaControl.- Parameters:
title- The title of theFilterTextAreaControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFilterId
FilterRelativeDateTimeControl.Builder sourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextAreaControl.- Parameters:
sourceFilterId- The source filter ID of theFilterTextAreaControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayOptions
FilterRelativeDateTimeControl.Builder displayOptions(RelativeDateTimeControlDisplayOptions displayOptions)
The display options of a control.
- Parameters:
displayOptions- The display options of a control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayOptions
default FilterRelativeDateTimeControl.Builder displayOptions(Consumer<RelativeDateTimeControlDisplayOptions.Builder> displayOptions)
The display options of a control.
This is a convenience method that creates an instance of theRelativeDateTimeControlDisplayOptions.Builderavoiding the need to create one manually viaRelativeDateTimeControlDisplayOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayOptions(RelativeDateTimeControlDisplayOptions).- Parameters:
displayOptions- a consumer that will call methods onRelativeDateTimeControlDisplayOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
displayOptions(RelativeDateTimeControlDisplayOptions)
-
-