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 Details

    • gatewayId

      CreateGatewayResponse.Builder gatewayId(String 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

      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.