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