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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGatewayResponse.BuildergatewayArn(String gatewayArn)The ARN of the gateway, which has the following format.CreateGatewayResponse.BuildergatewayId(String gatewayId)The ID of the gateway device.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
gatewayId
CreateGatewayResponse.Builder gatewayId(String gatewayId)
The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.
- Parameters:
gatewayId- The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayArn
CreateGatewayResponse.Builder gatewayArn(String 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.
-
-