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