Interface GetAssetTypeResponse.Builder

    • Method Detail

      • createdAt

        GetAssetTypeResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the asset type was created.

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

        GetAssetTypeResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created the asset type.

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

        GetAssetTypeResponse.Builder description​(String description)

        The description of the asset type.

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

        GetAssetTypeResponse.Builder domainId​(String domainId)

        The ID of the Amazon DataZone domain in which the asset type exists.

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

        GetAssetTypeResponse.Builder formsOutput​(Map<String,​FormEntryOutput> formsOutput)

        The metadata forms attached to the asset type.

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

        GetAssetTypeResponse.Builder name​(String name)

        The name of the asset type.

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

        GetAssetTypeResponse.Builder originDomainId​(String originDomainId)

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

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

        GetAssetTypeResponse.Builder originProjectId​(String originProjectId)

        The ID of the Amazon DataZone project in which the asset type was originally created.

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

        GetAssetTypeResponse.Builder owningProjectId​(String owningProjectId)

        The ID of the Amazon DataZone project that owns the asset type.

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

        GetAssetTypeResponse.Builder revision​(String revision)

        The revision of the asset type.

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

        GetAssetTypeResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the asset type was updated.

        Parameters:
        updatedAt - The timestamp of when the asset type was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        GetAssetTypeResponse.Builder updatedBy​(String updatedBy)

        The Amazon DataZone user that updated the asset type.

        Parameters:
        updatedBy - The Amazon DataZone user that updated the asset type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.