Interface ListTagsForResourcesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>, Route53Request.Builder, SdkBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListTagsForResourcesRequest

public static interface ListTagsForResourcesRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>
  • Method Details

    • resourceType

      ListTagsForResourcesRequest.Builder resourceType(String resourceType)

      The type of the resources.

      • The resource type for health checks is healthcheck.

      • The resource type for hosted zones is hostedzone.

      Parameters:
      resourceType - The type of the resources.

      • The resource type for health checks is healthcheck.

      • The resource type for hosted zones is hostedzone.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The type of the resources.

      • The resource type for health checks is healthcheck.

      • The resource type for hosted zones is hostedzone.

      Parameters:
      resourceType - The type of the resources.

      • The resource type for health checks is healthcheck.

      • The resource type for hosted zones is hostedzone.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceIds

      A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

      Parameters:
      resourceIds - A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIds

      ListTagsForResourcesRequest.Builder resourceIds(String... resourceIds)

      A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

      Parameters:
      resourceIds - A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTagsForResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.