Interface SearchContactsTimestampCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchContactsTimestampCondition.Builder,
,SearchContactsTimestampCondition> SdkBuilder<SearchContactsTimestampCondition.Builder,
,SearchContactsTimestampCondition> SdkPojo
- Enclosing class:
SearchContactsTimestampCondition
@Mutable
@NotThreadSafe
public static interface SearchContactsTimestampCondition.Builder
extends SdkPojo, CopyableBuilder<SearchContactsTimestampCondition.Builder,SearchContactsTimestampCondition>
-
Method Summary
Modifier and TypeMethodDescriptionconditionType
(String conditionType) Condition of the timestamp on the contact.conditionType
(SearchContactsTimeRangeConditionType conditionType) Condition of the timestamp on the contact.Type of the timestamps to use for the filter.Type of the timestamps to use for the filter.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
Type of the timestamps to use for the filter.
- Parameters:
type
- Type of the timestamps to use for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of the timestamps to use for the filter.
- Parameters:
type
- Type of the timestamps to use for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditionType
Condition of the timestamp on the contact.
- Parameters:
conditionType
- Condition of the timestamp on the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditionType
SearchContactsTimestampCondition.Builder conditionType(SearchContactsTimeRangeConditionType conditionType) Condition of the timestamp on the contact.
- Parameters:
conditionType
- Condition of the timestamp on the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-