Interface CreateAssetResponse.Builder

    • Method Detail

      • assetId

        CreateAssetResponse.Builder assetId​(String assetId)

        The ID of the asset, in UUID format. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise API operations.

        Parameters:
        assetId - The ID of the asset, in UUID format. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise API operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetArn

        CreateAssetResponse.Builder assetArn​(String assetArn)

        The ARN of the asset, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

        Parameters:
        assetArn - The ARN of the asset, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetStatus

        CreateAssetResponse.Builder assetStatus​(AssetStatus assetStatus)

        The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.

        Parameters:
        assetStatus - The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.