Interface CreateAssetRequest.Builder

    • Method Detail

      • assetName

        CreateAssetRequest.Builder assetName​(String assetName)

        A friendly name for the asset.

        Parameters:
        assetName - A friendly name for the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetModelId

        CreateAssetRequest.Builder assetModelId​(String assetModelId)

        The ID of the asset model from which to create the asset.

        Parameters:
        assetModelId - The ID of the asset model from which to create the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateAssetRequest.Builder clientToken​(String clientToken)

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Parameters:
        clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetDescription

        CreateAssetRequest.Builder assetDescription​(String assetDescription)

        A description for the asset.

        Parameters:
        assetDescription - A description for the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.