Interface ListTagsForDomainResponse.Builder

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

  • Method Details

    • tagList

      A list of the tags that are associated with the specified domain.

      Parameters:
      tagList - A list of the tags that are associated with the specified domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      A list of the tags that are associated with the specified domain.

      Parameters:
      tagList - A list of the tags that are associated with the specified domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tagList

      A list of the tags that are associated with the specified domain.

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

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

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