Interface GetDomainResponse.Builder

  • Method Details

    • 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.
    • domainVersion

      GetDomainResponse.Builder domainVersion(String domainVersion)

      The version of the domain.

      Parameters:
      domainVersion - The version of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domainVersion

      GetDomainResponse.Builder domainVersion(DomainVersion domainVersion)

      The version of the domain.

      Parameters:
      domainVersion - The version of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • rootDomainUnitId

      GetDomainResponse.Builder rootDomainUnitId(String rootDomainUnitId)

      The ID of the root domain in Amazon Datazone.

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

      GetDomainResponse.Builder serviceRole(String serviceRole)

      The service role of the domain.

      Parameters:
      serviceRole - The service role of the 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.
    • singleSignOn

      default GetDomainResponse.Builder singleSignOn(Consumer<SingleSignOn.Builder> singleSignOn)

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

      This is a convenience method that creates an instance of the SingleSignOn.Builder avoiding the need to create one manually via SingleSignOn.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to singleSignOn(SingleSignOn).

      Parameters:
      singleSignOn - a consumer that will call methods on SingleSignOn.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • 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.