Interface UpdateDomainResponse.Builder

  • Method Details

    • 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

      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

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

      UpdateDomainResponse.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

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

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

      The single sign-on option of the 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: