public static interface CreateGatewayResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayResponse.Builder |
gatewayArn(String gatewayArn)
The ARN of the
gateway, which has the following format.
|
CreateGatewayResponse.Builder |
gatewayId(String gatewayId)
The ID of the gateway device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGatewayResponse.Builder gatewayId(String gatewayId)
The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.
gatewayId - The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.CreateGatewayResponse.Builder gatewayArn(String gatewayArn)
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
gatewayArn - The ARN of
the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
Copyright © 2021. All rights reserved.