Interface GetFormTypeResponse.Builder

    • Method Detail

      • createdAt

        GetFormTypeResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when this metadata form type was created.

        Parameters:
        createdAt - The timestamp of when this metadata form type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        GetFormTypeResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created this metadata form type.

        Parameters:
        createdBy - The Amazon DataZone user who created this metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetFormTypeResponse.Builder description​(String description)

        The description of the metadata form type.

        Parameters:
        description - The description of the metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        GetFormTypeResponse.Builder domainId​(String domainId)

        The ID of the Amazon DataZone domain in which this metadata form type exists.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which this metadata form type exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imports

        GetFormTypeResponse.Builder imports​(Collection<Import> imports)

        The imports of the metadata form type.

        Parameters:
        imports - The imports of the metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imports

        GetFormTypeResponse.Builder imports​(Import... imports)

        The imports of the metadata form type.

        Parameters:
        imports - The imports of the metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • model

        GetFormTypeResponse.Builder model​(Model model)

        The model of the metadata form type.

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

        GetFormTypeResponse.Builder name​(String name)

        The name of the metadata form type.

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

        GetFormTypeResponse.Builder originDomainId​(String originDomainId)

        The ID of the Amazon DataZone domain in which the metadata form type was originally created.

        Parameters:
        originDomainId - The ID of the Amazon DataZone domain in which the metadata form type was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • originProjectId

        GetFormTypeResponse.Builder originProjectId​(String originProjectId)

        The ID of the project in which this metadata form type was originally created.

        Parameters:
        originProjectId - The ID of the project in which this metadata form type was originally created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owningProjectId

        GetFormTypeResponse.Builder owningProjectId​(String owningProjectId)

        The ID of the project that owns this metadata form type.

        Parameters:
        owningProjectId - The ID of the project that owns this metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        GetFormTypeResponse.Builder revision​(String revision)

        The revision of the metadata form type.

        Parameters:
        revision - The revision of the metadata form type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.