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 SummaryModifier and TypeMethodDescriptiondefault CompareAction.Builderinput(Consumer<Input.Builder> input) The input of the compare action.The input of the compare action.default CompareAction.Builderoutput(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inputThe 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.
 
- 
inputThe input of the compare action. This is a convenience method that creates an instance of theInput.Builderavoiding the need to create one manually viaInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinput(Input).- Parameters:
- input- a consumer that will call methods on- Input.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputThe 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.
 
- 
outputThe output of the compare action. This is a convenience method that creates an instance of theOutput.Builderavoiding the need to create one manually viaOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutput(Output).- Parameters:
- output- a consumer that will call methods on- Output.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-