Interface DomainVerificationSummary.Builder

  • Method Details

    • id

      The ID of the domain verification.

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

      The Amazon Resource Name (ARN) of the domain verification.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the domain verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      DomainVerificationSummary.Builder domainName(String domainName)

      The domain name being verified.

      Parameters:
      domainName - The domain name being verified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the domain verification process.

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

      The current status of the domain verification process.

      Parameters:
      status - The current status of the domain verification process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • txtMethodConfig

      DomainVerificationSummary.Builder txtMethodConfig(TxtMethodConfig txtMethodConfig)

      The TXT record configuration used for domain verification.

      Parameters:
      txtMethodConfig - The TXT record configuration used for domain verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • txtMethodConfig

      default DomainVerificationSummary.Builder txtMethodConfig(Consumer<TxtMethodConfig.Builder> txtMethodConfig)

      The TXT record configuration used for domain verification.

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

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

      Parameters:
      txtMethodConfig - a consumer that will call methods on TxtMethodConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The date and time that the domain verification was created, in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the domain verification was created, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastVerifiedTime

      DomainVerificationSummary.Builder lastVerifiedTime(Instant lastVerifiedTime)

      The date and time that the domain was last successfully verified, in ISO-8601 format.

      Parameters:
      lastVerifiedTime - The date and time that the domain was last successfully verified, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags associated with the domain verification.

      Parameters:
      tags - The tags associated with the domain verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.