Interface CreateGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGatewayResponse.Builder,,CreateGatewayResponse> IoTSiteWiseResponse.Builder,SdkBuilder<CreateGatewayResponse.Builder,,CreateGatewayResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateGatewayResponse
public static interface CreateGatewayResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateGatewayResponse.Builder,CreateGatewayResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayArn(String gatewayArn) The ARN of the gateway, which has the following format.The ID of the gateway device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
gatewayId
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
- Parameters:
gatewayId- The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayArn
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}- Parameters:
gatewayArn- The ARN of the gateway, which has the following format.arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}- Returns:
- Returns a reference to this object so that method calls can be chained together.
-