@Stability(value=Stable) public static final class CfnCoreDefinition.CoreProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCoreDefinition.CoreProperty>
CfnCoreDefinition.CoreProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCoreDefinition.CoreProperty |
build()
Builds the configured instance.
|
CfnCoreDefinition.CoreProperty.Builder |
certificateArn(String certificateArn)
Sets the value of
CfnCoreDefinition.CoreProperty.getCertificateArn() |
CfnCoreDefinition.CoreProperty.Builder |
id(String id)
Sets the value of
CfnCoreDefinition.CoreProperty.getId() |
CfnCoreDefinition.CoreProperty.Builder |
syncShadow(Boolean syncShadow)
Sets the value of
CfnCoreDefinition.CoreProperty.getSyncShadow() |
CfnCoreDefinition.CoreProperty.Builder |
syncShadow(IResolvable syncShadow)
Sets the value of
CfnCoreDefinition.CoreProperty.getSyncShadow() |
CfnCoreDefinition.CoreProperty.Builder |
thingArn(String thingArn)
Sets the value of
CfnCoreDefinition.CoreProperty.getThingArn() |
@Stability(value=Stable) public CfnCoreDefinition.CoreProperty.Builder certificateArn(String certificateArn)
CfnCoreDefinition.CoreProperty.getCertificateArn()certificateArn - `CfnCoreDefinition.CoreProperty.CertificateArn`. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinition.CoreProperty.Builder id(String id)
CfnCoreDefinition.CoreProperty.getId()id - `CfnCoreDefinition.CoreProperty.Id`. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinition.CoreProperty.Builder thingArn(String thingArn)
CfnCoreDefinition.CoreProperty.getThingArn()thingArn - `CfnCoreDefinition.CoreProperty.ThingArn`. This parameter is required.this@Stability(value=Stable) public CfnCoreDefinition.CoreProperty.Builder syncShadow(Boolean syncShadow)
CfnCoreDefinition.CoreProperty.getSyncShadow()syncShadow - `CfnCoreDefinition.CoreProperty.SyncShadow`.this@Stability(value=Stable) public CfnCoreDefinition.CoreProperty.Builder syncShadow(IResolvable syncShadow)
CfnCoreDefinition.CoreProperty.getSyncShadow()syncShadow - `CfnCoreDefinition.CoreProperty.SyncShadow`.this@Stability(value=Stable) public CfnCoreDefinition.CoreProperty build()
build in interface software.amazon.jsii.Builder<CfnCoreDefinition.CoreProperty>CfnCoreDefinition.CorePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.