Interface DomainSummary.Builder

    • Method Detail

      • arn

        DomainSummary.Builder arn​(String arn)

        The ARN of the Amazon DataZone domain.

        Parameters:
        arn - The ARN of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DomainSummary.Builder createdAt​(Instant createdAt)

        A timestamp of when a Amazon DataZone domain was created.

        Parameters:
        createdAt - A timestamp of when a Amazon DataZone domain was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DomainSummary.Builder description​(String description)

        A description of an Amazon DataZone domain.

        Parameters:
        description - A description of an Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DomainSummary.Builder id​(String id)

        The ID of the Amazon DataZone domain.

        Parameters:
        id - The ID of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        DomainSummary.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        A timestamp of when a Amazon DataZone domain was last updated.

        Parameters:
        lastUpdatedAt - A timestamp of when a Amazon DataZone domain was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedAccountId

        DomainSummary.Builder managedAccountId​(String managedAccountId)

        The identifier of the Amazon Web Services account that manages the domain.

        Parameters:
        managedAccountId - The identifier of the Amazon Web Services account that manages the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DomainSummary.Builder name​(String name)

        A name of an Amazon DataZone domain.

        Parameters:
        name - A name of an Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portalUrl

        DomainSummary.Builder portalUrl​(String portalUrl)

        The data portal URL for the Amazon DataZone domain.

        Parameters:
        portalUrl - The data portal URL for the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DomainSummary.Builder status​(String status)

        The status of the Amazon DataZone domain.

        Parameters:
        status - The status of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus
      • status

        DomainSummary.Builder status​(DomainStatus status)

        The status of the Amazon DataZone domain.

        Parameters:
        status - The status of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus