Interface RuleStringToEvaluate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleStringToEvaluate.Builder,
,RuleStringToEvaluate> SdkBuilder<RuleStringToEvaluate.Builder,
,RuleStringToEvaluate> SdkPojo
- Enclosing class:
RuleStringToEvaluate
@Mutable
@NotThreadSafe
public static interface RuleStringToEvaluate.Builder
extends SdkPojo, CopyableBuilder<RuleStringToEvaluate.Builder,RuleStringToEvaluate>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RuleStringToEvaluate.Builder
analysis
(Consumer<Analysis.Builder> analysis) The Add On ARN and its returned value to evaluate in a string condition expression.The Add On ARN and its returned value to evaluate in a string condition expression.The email attribute to evaluate in a string condition expression.attribute
(RuleStringEmailAttribute attribute) The email attribute to evaluate in a string condition expression.mimeHeaderAttribute
(String mimeHeaderAttribute) The email MIME X-Header attribute to evaluate in a string condition expression.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
-
analysis
The Add On ARN and its returned value to evaluate in a string condition expression.
- Parameters:
analysis
- The Add On ARN and its returned value to evaluate in a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysis
The Add On ARN and its returned value to evaluate in a string condition expression.
This is a convenience method that creates an instance of theAnalysis.Builder
avoiding the need to create one manually viaAnalysis.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysis(Analysis)
.- Parameters:
analysis
- a consumer that will call methods onAnalysis.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The email attribute to evaluate in a string condition expression.
- Parameters:
attribute
- The email attribute to evaluate in a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The email attribute to evaluate in a string condition expression.
- Parameters:
attribute
- The email attribute to evaluate in a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mimeHeaderAttribute
The email MIME X-Header attribute to evaluate in a string condition expression.
- Parameters:
mimeHeaderAttribute
- The email MIME X-Header attribute to evaluate in a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-