@Stability(value=Stable) public static final class CfnGateway.Builder extends Object implements software.amazon.jsii.Builder<CfnGateway>
CfnGateway.| Modifier and Type | Method and Description |
|---|---|
CfnGateway |
build() |
static CfnGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGateway.Builder |
gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
CfnGateway.Builder |
gatewayCapabilitySummaries(List<? extends Object> gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
CfnGateway.Builder |
gatewayName(String gatewayName)
A unique, friendly name for the gateway.
|
CfnGateway.Builder |
gatewayPlatform(CfnGateway.GatewayPlatformProperty gatewayPlatform)
The gateway's platform.
|
CfnGateway.Builder |
gatewayPlatform(IResolvable gatewayPlatform)
The gateway's platform.
|
CfnGateway.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pairs that contain metadata for the gateway.
|
@Stability(value=Stable) public static CfnGateway.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGateway.GatewayCapabilitySummaryProperty.Builder.@Stability(value=Stable) public CfnGateway.Builder gatewayName(String gatewayName)
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+ .
gatewayName - A unique, friendly name for the gateway. This parameter is required.this@Stability(value=Stable) public CfnGateway.Builder gatewayPlatform(CfnGateway.GatewayPlatformProperty gatewayPlatform)
You can only specify one platform in a gateway.
gatewayPlatform - The gateway's platform. This parameter is required.this@Stability(value=Stable) public CfnGateway.Builder gatewayPlatform(IResolvable gatewayPlatform)
You can only specify one platform in a gateway.
gatewayPlatform - The gateway's platform. This parameter is required.this@Stability(value=Stable) public CfnGateway.Builder gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration .
gatewayCapabilitySummaries - A list of gateway capability summaries that each contain a namespace and status. This parameter is required.this@Stability(value=Stable) public CfnGateway.Builder gatewayCapabilitySummaries(List<? extends Object> gatewayCapabilitySummaries)
Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration .
gatewayCapabilitySummaries - A list of gateway capability summaries that each contain a namespace and status. This parameter is required.this@Stability(value=Stable) public CfnGateway.Builder tags(List<? extends CfnTag> tags)
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
tags - A list of key-value pairs that contain metadata for the gateway. This parameter is required.this@Stability(value=Stable) public CfnGateway build()
build in interface software.amazon.jsii.Builder<CfnGateway>Copyright © 2022. All rights reserved.