Interface GetDomainResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>, LightsailResponse.Builder, SdkBuilder<GetDomainResponse.Builder,GetDomainResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDomainResponse

public static interface GetDomainResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetDomainResponse.Builder,GetDomainResponse>
  • Method Details

    • domain

      An array of key-value pairs containing information about your get domain request.

      Parameters:
      domain - An array of key-value pairs containing information about your get domain request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      An array of key-value pairs containing information about your get domain request.

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

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

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