@Stability(value=Stable) public static final class CfnPipeline.DeviceRegistryEnrichProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.DeviceRegistryEnrichProperty>
CfnPipeline.DeviceRegistryEnrichProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.DeviceRegistryEnrichProperty.Builder |
attribute(String attribute)
Sets the value of
CfnPipeline.DeviceRegistryEnrichProperty.getAttribute() |
CfnPipeline.DeviceRegistryEnrichProperty |
build()
Builds the configured instance.
|
CfnPipeline.DeviceRegistryEnrichProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.DeviceRegistryEnrichProperty.getName() |
CfnPipeline.DeviceRegistryEnrichProperty.Builder |
next(String next)
Sets the value of
CfnPipeline.DeviceRegistryEnrichProperty.getNext() |
CfnPipeline.DeviceRegistryEnrichProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnPipeline.DeviceRegistryEnrichProperty.getRoleArn() |
CfnPipeline.DeviceRegistryEnrichProperty.Builder |
thingName(String thingName)
Sets the value of
CfnPipeline.DeviceRegistryEnrichProperty.getThingName() |
@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty.Builder attribute(String attribute)
CfnPipeline.DeviceRegistryEnrichProperty.getAttribute()attribute - The name of the attribute that is added to the message. This parameter is required.this@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty.Builder name(String name)
CfnPipeline.DeviceRegistryEnrichProperty.getName()name - The name of the 'deviceRegistryEnrich' activity. This parameter is required.this@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty.Builder roleArn(String roleArn)
CfnPipeline.DeviceRegistryEnrichProperty.getRoleArn()roleArn - The ARN of the role that allows access to the device's registry information. This parameter is required.this@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty.Builder thingName(String thingName)
CfnPipeline.DeviceRegistryEnrichProperty.getThingName()thingName - The name of the IoT device whose registry information is added to the message. This parameter is required.this@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty.Builder next(String next)
CfnPipeline.DeviceRegistryEnrichProperty.getNext()next - The next activity in the pipeline.this@Stability(value=Stable) public CfnPipeline.DeviceRegistryEnrichProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.DeviceRegistryEnrichProperty>CfnPipeline.DeviceRegistryEnrichPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.