Interface CreateAssetTypeRequest.Builder

    • Method Detail

      • description

        CreateAssetTypeRequest.Builder description​(String description)

        The descripton of the custom asset type.

        Parameters:
        description - The descripton of the custom asset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainIdentifier

        CreateAssetTypeRequest.Builder domainIdentifier​(String domainIdentifier)

        The unique identifier of the Amazon DataZone domain where the custom asset type is being created.

        Parameters:
        domainIdentifier - The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • formsInput

        CreateAssetTypeRequest.Builder formsInput​(Map<String,​FormEntryInput> formsInput)

        The metadata forms that are to be attached to the custom asset type.

        Parameters:
        formsInput - The metadata forms that are to be attached to the custom asset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateAssetTypeRequest.Builder name​(String name)

        The name of the custom asset type.

        Parameters:
        name - The name of the custom asset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owningProjectIdentifier

        CreateAssetTypeRequest.Builder owningProjectIdentifier​(String owningProjectIdentifier)

        The identifier of the Amazon DataZone project that is to own the custom asset type.

        Parameters:
        owningProjectIdentifier - The identifier of the Amazon DataZone project that is to own the custom asset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.