@Stability(value=Stable) public static final class CfnGatewayProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayProps>
CfnGatewayProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayProps |
build()
Builds the configured instance.
|
CfnGatewayProps.Builder |
gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
Sets the value of
CfnGatewayProps.getGatewayCapabilitySummaries() |
CfnGatewayProps.Builder |
gatewayCapabilitySummaries(List<? extends Object> gatewayCapabilitySummaries)
Sets the value of
CfnGatewayProps.getGatewayCapabilitySummaries() |
CfnGatewayProps.Builder |
gatewayName(String gatewayName)
Sets the value of
CfnGatewayProps.getGatewayName() |
CfnGatewayProps.Builder |
gatewayPlatform(CfnGateway.GatewayPlatformProperty gatewayPlatform)
Sets the value of
CfnGatewayProps.getGatewayPlatform() |
CfnGatewayProps.Builder |
gatewayPlatform(IResolvable gatewayPlatform)
Sets the value of
CfnGatewayProps.getGatewayPlatform() |
CfnGatewayProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnGatewayProps.getTags() |
@Stability(value=Stable) public CfnGatewayProps.Builder gatewayName(String gatewayName)
CfnGatewayProps.getGatewayName()gatewayName - `AWS::IoTSiteWise::Gateway.GatewayName`. This parameter is required.this@Stability(value=Stable) public CfnGatewayProps.Builder gatewayPlatform(CfnGateway.GatewayPlatformProperty gatewayPlatform)
CfnGatewayProps.getGatewayPlatform()gatewayPlatform - `AWS::IoTSiteWise::Gateway.GatewayPlatform`. This parameter is required.this@Stability(value=Stable) public CfnGatewayProps.Builder gatewayPlatform(IResolvable gatewayPlatform)
CfnGatewayProps.getGatewayPlatform()gatewayPlatform - `AWS::IoTSiteWise::Gateway.GatewayPlatform`. This parameter is required.this@Stability(value=Stable) public CfnGatewayProps.Builder gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
CfnGatewayProps.getGatewayCapabilitySummaries()gatewayCapabilitySummaries - `AWS::IoTSiteWise::Gateway.GatewayCapabilitySummaries`.this@Stability(value=Stable) public CfnGatewayProps.Builder gatewayCapabilitySummaries(List<? extends Object> gatewayCapabilitySummaries)
CfnGatewayProps.getGatewayCapabilitySummaries()gatewayCapabilitySummaries - `AWS::IoTSiteWise::Gateway.GatewayCapabilitySummaries`.this@Stability(value=Stable) public CfnGatewayProps.Builder tags(List<? extends CfnTag> tags)
CfnGatewayProps.getTags()tags - `AWS::IoTSiteWise::Gateway.Tags`.this@Stability(value=Stable) public CfnGatewayProps build()
build in interface software.amazon.jsii.Builder<CfnGatewayProps>CfnGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.