Interface CreateGatewayResponse.Builder

    • 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.