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
Modifier and TypeMethodDescriptiondefault IngressBooleanToEvaluate.Builderanalysis(Consumer<IngressAnalysis.Builder> analysis) The structure type for a boolean condition stating the Add On ARN and its returned value.analysis(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-