Class CfnTestCase.CompareActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.CompareActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.CompareActionProperty>
- Enclosing interface:
CfnTestCase.CompareActionProperty
@Stability(Stable)
public static final class CfnTestCase.CompareActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.CompareActionProperty>
A builder for
CfnTestCase.CompareActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.input(IResolvable input) Sets the value ofCfnTestCase.CompareActionProperty.getInput()input(CfnTestCase.InputProperty input) Sets the value ofCfnTestCase.CompareActionProperty.getInput()output(IResolvable output) Sets the value ofCfnTestCase.CompareActionProperty.getOutput()output(CfnTestCase.OutputProperty output) Sets the value ofCfnTestCase.CompareActionProperty.getOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
input
Sets the value ofCfnTestCase.CompareActionProperty.getInput()- Parameters:
input- The input of the compare action. This parameter is required.- Returns:
this
-
input
@Stability(Stable) public CfnTestCase.CompareActionProperty.Builder input(CfnTestCase.InputProperty input) Sets the value ofCfnTestCase.CompareActionProperty.getInput()- Parameters:
input- The input of the compare action. This parameter is required.- Returns:
this
-
output
Sets the value ofCfnTestCase.CompareActionProperty.getOutput()- Parameters:
output- The output of the compare action.- Returns:
this
-
output
@Stability(Stable) public CfnTestCase.CompareActionProperty.Builder output(CfnTestCase.OutputProperty output) Sets the value ofCfnTestCase.CompareActionProperty.getOutput()- Parameters:
output- The output of the compare action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.CompareActionProperty>- Returns:
- a new instance of
CfnTestCase.CompareActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-