Interface GetDomainSuggestionsResponse.Builder

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

  • Method Details

    • suggestionsList

      A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

      Parameters:
      suggestionsList - A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suggestionsList

      GetDomainSuggestionsResponse.Builder suggestionsList(DomainSuggestion... suggestionsList)

      A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

      Parameters:
      suggestionsList - A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suggestionsList

      A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to suggestionsList(List<DomainSuggestion>).

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