Interface IngressStringToEvaluate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressStringToEvaluate.Builder,
,IngressStringToEvaluate> SdkBuilder<IngressStringToEvaluate.Builder,
,IngressStringToEvaluate> SdkPojo
- Enclosing class:
IngressStringToEvaluate
@Mutable
@NotThreadSafe
public static interface IngressStringToEvaluate.Builder
extends SdkPojo, CopyableBuilder<IngressStringToEvaluate.Builder,IngressStringToEvaluate>
-
Method Summary
Modifier and TypeMethodDescriptiondefault IngressStringToEvaluate.Builder
analysis
(Consumer<IngressAnalysis.Builder> analysis) The structure type for a string condition stating the Add On ARN and its returned value.analysis
(IngressAnalysis analysis) The structure type for a string condition stating the Add On ARN and its returned value.The enum type representing the allowed attribute types for a string condition.attribute
(IngressStringEmailAttribute attribute) The enum type representing the allowed attribute types for a string condition.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 structure type for a string condition stating the Add On ARN and its returned value.
- Parameters:
analysis
- The structure type for a string condition stating the Add On ARN and its returned value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysis
The structure type for a string condition stating the Add On ARN and its returned value.
This is a convenience method that creates an instance of theIngressAnalysis.Builder
avoiding the need to create one manually viaIngressAnalysis.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysis(IngressAnalysis)
.- Parameters:
analysis
- a consumer that will call methods onIngressAnalysis.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The enum type representing the allowed attribute types for a string condition.
- Parameters:
attribute
- The enum type representing the allowed attribute types for a string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The enum type representing the allowed attribute types for a string condition.
- Parameters:
attribute
- The enum type representing the allowed attribute types for a string condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-