Class CfnSuiteDefinition.DeviceUnderTestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinition.DeviceUnderTestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSuiteDefinition.DeviceUnderTestProperty>
- Enclosing interface:
CfnSuiteDefinition.DeviceUnderTestProperty
@Stability(Stable)
public static final class CfnSuiteDefinition.DeviceUnderTestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSuiteDefinition.DeviceUnderTestProperty>
A builder for
CfnSuiteDefinition.DeviceUnderTestProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateArn(String certificateArn) Sets the value ofCfnSuiteDefinition.DeviceUnderTestProperty.getCertificateArn()Sets the value ofCfnSuiteDefinition.DeviceUnderTestProperty.getThingArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateArn
@Stability(Stable) public CfnSuiteDefinition.DeviceUnderTestProperty.Builder certificateArn(String certificateArn) Sets the value ofCfnSuiteDefinition.DeviceUnderTestProperty.getCertificateArn()- Parameters:
certificateArn- Lists device's certificate ARN.- Returns:
this
-
thingArn
@Stability(Stable) public CfnSuiteDefinition.DeviceUnderTestProperty.Builder thingArn(String thingArn) Sets the value ofCfnSuiteDefinition.DeviceUnderTestProperty.getThingArn()- Parameters:
thingArn- Lists device's thing ARN.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSuiteDefinition.DeviceUnderTestProperty>- Returns:
- a new instance of
CfnSuiteDefinition.DeviceUnderTestProperty - Throws:
NullPointerException- if any required attribute was not provided
-