Class ThingTypeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.iot.ThingTypeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ThingTypeReference>
- Enclosing interface:
ThingTypeReference
@Stability(Stable)
public static final class ThingTypeReference.Builder
extends Object
implements software.amazon.jsii.Builder<ThingTypeReference>
A builder for
ThingTypeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.thingTypeArn(String thingTypeArn) Sets the value ofThingTypeReference.getThingTypeArn()thingTypeName(String thingTypeName) Sets the value ofThingTypeReference.getThingTypeName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
thingTypeArn
Sets the value ofThingTypeReference.getThingTypeArn()- Parameters:
thingTypeArn- The ARN of the ThingType resource. This parameter is required.- Returns:
this
-
thingTypeName
Sets the value ofThingTypeReference.getThingTypeName()- Parameters:
thingTypeName- The ThingTypeName of the ThingType resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ThingTypeReference>- Returns:
- a new instance of
ThingTypeReference - Throws:
NullPointerException- if any required attribute was not provided
-