Interface UpdateDomainResponse.Builder

    • Method Detail

      • description

        UpdateDomainResponse.Builder description​(String description)

        The description to be updated as part of the UpdateDomain action.

        Parameters:
        description - The description to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainExecutionRole

        UpdateDomainResponse.Builder domainExecutionRole​(String domainExecutionRole)

        The domain execution role to be updated as part of the UpdateDomain action.

        Parameters:
        domainExecutionRole - The domain execution role to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateDomainResponse.Builder id​(String id)

        The identifier of the Amazon DataZone domain.

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

        UpdateDomainResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        Specifies the timestamp of when the domain was last updated.

        Parameters:
        lastUpdatedAt - Specifies the timestamp of when the domain was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateDomainResponse.Builder name​(String name)

        The name to be updated as part of the UpdateDomain action.

        Parameters:
        name - The name to be updated as part of the UpdateDomain action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootDomainUnitId

        UpdateDomainResponse.Builder rootDomainUnitId​(String rootDomainUnitId)

        The ID of the root domain unit.

        Parameters:
        rootDomainUnitId - The ID of the root domain unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • singleSignOn

        UpdateDomainResponse.Builder singleSignOn​(SingleSignOn singleSignOn)

        The single sign-on option of the Amazon DataZone domain.

        Parameters:
        singleSignOn - The single sign-on option of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.