Interface DescribeTagsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTagsRequest.Builder,,DescribeTagsRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<DescribeTagsRequest.Builder,,DescribeTagsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTagsRequest
@Mutable
@NotThreadSafe
public static interface DescribeTagsRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceArns(String... resourceArns) The Amazon Resource Names (ARN) of the resources.resourceArns(Collection<String> resourceArns) The Amazon Resource Names (ARN) of the resources.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArns
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
- Parameters:
resourceArns- The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
- Parameters:
resourceArns- The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-