Class TestGridProjectReference.Builder
java.lang.Object
software.amazon.awscdk.services.devicefarm.TestGridProjectReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TestGridProjectReference>
- Enclosing interface:
TestGridProjectReference
@Stability(Stable)
public static final class TestGridProjectReference.Builder
extends Object
implements software.amazon.jsii.Builder<TestGridProjectReference>
A builder for
TestGridProjectReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.testGridProjectArn
(String testGridProjectArn) Sets the value ofTestGridProjectReference.getTestGridProjectArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
testGridProjectArn
@Stability(Stable) public TestGridProjectReference.Builder testGridProjectArn(String testGridProjectArn) Sets the value ofTestGridProjectReference.getTestGridProjectArn()
- Parameters:
testGridProjectArn
- The Arn of the TestGridProject resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<TestGridProjectReference>
- Returns:
- a new instance of
TestGridProjectReference
- Throws:
NullPointerException
- if any required attribute was not provided
-