Interface IngressBooleanToEvaluate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressBooleanToEvaluate.Builder,IngressBooleanToEvaluate>,SdkBuilder<IngressBooleanToEvaluate.Builder,IngressBooleanToEvaluate>,SdkPojo
- Enclosing class:
- IngressBooleanToEvaluate
public static interface IngressBooleanToEvaluate.Builder extends SdkPojo, CopyableBuilder<IngressBooleanToEvaluate.Builder,IngressBooleanToEvaluate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IngressBooleanToEvaluate.Builderanalysis(Consumer<IngressAnalysis.Builder> analysis)The structure type for a boolean condition stating the Add On ARN and its returned value.IngressBooleanToEvaluate.Builderanalysis(IngressAnalysis analysis)The structure type for a boolean condition stating the Add On ARN and its returned value.-
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
-
analysis
IngressBooleanToEvaluate.Builder analysis(IngressAnalysis analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
- Parameters:
analysis- The structure type for a boolean 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
default IngressBooleanToEvaluate.Builder analysis(Consumer<IngressAnalysis.Builder> analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
This is a convenience method that creates an instance of theIngressAnalysis.Builderavoiding the need to create one manually viaIngressAnalysis.builder().When the
Consumercompletes,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:
analysis(IngressAnalysis)
-
-