Interface ArchiveStringExpression.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArchiveStringExpression.Builder,
,ArchiveStringExpression> SdkBuilder<ArchiveStringExpression.Builder,
,ArchiveStringExpression> SdkPojo
- Enclosing class:
ArchiveStringExpression
@Mutable
@NotThreadSafe
public static interface ArchiveStringExpression.Builder
extends SdkPojo, CopyableBuilder<ArchiveStringExpression.Builder,ArchiveStringExpression>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ArchiveStringExpression.Builder
evaluate
(Consumer<ArchiveStringToEvaluate.Builder> evaluate) The attribute of the email to evaluate.evaluate
(ArchiveStringToEvaluate evaluate) The attribute of the email to evaluate.The operator to use when evaluating the string values.operator
(ArchiveStringOperator operator) The operator to use when evaluating the string values.The list of string values to evaluate the email attribute against.values
(Collection<String> values) The list of string values to evaluate the email attribute against.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
-
evaluate
The attribute of the email to evaluate.
- Parameters:
evaluate
- The attribute of the email to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluate
default ArchiveStringExpression.Builder evaluate(Consumer<ArchiveStringToEvaluate.Builder> evaluate) The attribute of the email to evaluate.
This is a convenience method that creates an instance of theArchiveStringToEvaluate.Builder
avoiding the need to create one manually viaArchiveStringToEvaluate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevaluate(ArchiveStringToEvaluate)
.- Parameters:
evaluate
- a consumer that will call methods onArchiveStringToEvaluate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator to use when evaluating the string values.
- Parameters:
operator
- The operator to use when evaluating the string values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operator to use when evaluating the string values.
- Parameters:
operator
- The operator to use when evaluating the string values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The list of string values to evaluate the email attribute against.
- Parameters:
values
- The list of string values to evaluate the email attribute against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of string values to evaluate the email attribute against.
- Parameters:
values
- The list of string values to evaluate the email attribute against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-