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