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