Interface GetDomainResponse.Builder

    • Method Detail

      • arn

        GetDomainResponse.Builder arn​(String arn)

        The ARN of the specified Amazon DataZone domain.

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

        GetDomainResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the Amazon DataZone domain was created.

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

        GetDomainResponse.Builder description​(String description)

        The description of the Amazon DataZone domain.

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

        GetDomainResponse.Builder domainExecutionRole​(String domainExecutionRole)

        The domain execution role with which the Amazon DataZone domain is created.

        Parameters:
        domainExecutionRole - The domain execution role with which the Amazon DataZone domain is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetDomainResponse.Builder id​(String id)

        The identifier of the specified Amazon DataZone domain.

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

        GetDomainResponse.Builder kmsKeyIdentifier​(String kmsKeyIdentifier)

        The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.

        Parameters:
        kmsKeyIdentifier - The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        GetDomainResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the Amazon DataZone domain was last updated.

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

        GetDomainResponse.Builder name​(String name)

        The name of the Amazon DataZone domain.

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

        GetDomainResponse.Builder portalUrl​(String portalUrl)

        The URL of the data portal for this Amazon DataZone domain.

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

        GetDomainResponse.Builder singleSignOn​(SingleSignOn singleSignOn)

        The single sing-on option of the specified Amazon DataZone domain.

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

        GetDomainResponse.Builder status​(String status)

        The status of the specified Amazon DataZone domain.

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

        GetDomainResponse.Builder status​(DomainStatus status)

        The status of the specified Amazon DataZone domain.

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

        GetDomainResponse.Builder tags​(Map<String,​String> tags)

        The tags specified for the Amazon DataZone domain.

        Parameters:
        tags - The tags specified for the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.