Interface CreateDataSetRequest.Builder

    • Method Detail

      • assetType

        CreateDataSetRequest.Builder assetType​(String assetType)

        The type of asset that is added to a data set.

        Parameters:
        assetType - The type of asset that is added to a data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetType, AssetType
      • assetType

        CreateDataSetRequest.Builder assetType​(AssetType assetType)

        The type of asset that is added to a data set.

        Parameters:
        assetType - The type of asset that is added to a data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetType, AssetType
      • description

        CreateDataSetRequest.Builder description​(String description)

        A description for the data set. This value can be up to 16,348 characters long.

        Parameters:
        description - A description for the data set. This value can be up to 16,348 characters long.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateDataSetRequest.Builder name​(String name)

        The name of the data set.

        Parameters:
        name - The name of the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDataSetRequest.Builder tags​(Map<String,​String> tags)

        A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.

        Parameters:
        tags - A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.