Interface CompareAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompareAction.Builder,
,CompareAction> SdkBuilder<CompareAction.Builder,
,CompareAction> SdkPojo
- Enclosing class:
CompareAction
@Mutable
@NotThreadSafe
public static interface CompareAction.Builder
extends SdkPojo, CopyableBuilder<CompareAction.Builder,CompareAction>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompareAction.Builder
input
(Consumer<Input.Builder> input) The input of the compare action.The input of the compare action.default CompareAction.Builder
output
(Consumer<Output.Builder> output) The output of the compare action.The output of the compare action.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
-
input
The input of the compare action.
- Parameters:
input
- The input of the compare action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The input of the compare action.
This is a convenience method that creates an instance of theInput.Builder
avoiding the need to create one manually viaInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinput(Input)
.- Parameters:
input
- a consumer that will call methods onInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
output
The output of the compare action.
- Parameters:
output
- The output of the compare action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
output
The output of the compare action.
This is a convenience method that creates an instance of theOutput.Builder
avoiding the need to create one manually viaOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutput(Output)
.- Parameters:
output
- a consumer that will call methods onOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-