Interface DescribeTargetGroupAttributesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeTargetGroupAttributesResponse.Builder,,- DescribeTargetGroupAttributesResponse> - ElasticLoadBalancingV2Response.Builder,- SdkBuilder<DescribeTargetGroupAttributesResponse.Builder,,- DescribeTargetGroupAttributesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeTargetGroupAttributesResponse
@Mutable
@NotThreadSafe
public static interface DescribeTargetGroupAttributesResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTargetGroupAttributesResponse.Builder,DescribeTargetGroupAttributesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionattributes(Collection<TargetGroupAttribute> attributes) Information about the target group attributesattributes(Consumer<TargetGroupAttribute.Builder>... attributes) Information about the target group attributesattributes(TargetGroupAttribute... attributes) Information about the target group attributesMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
attributesDescribeTargetGroupAttributesResponse.Builder attributes(Collection<TargetGroupAttribute> attributes) Information about the target group attributes - Parameters:
- attributes- Information about the target group attributes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributesInformation about the target group attributes - Parameters:
- attributes- Information about the target group attributes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributesDescribeTargetGroupAttributesResponse.Builder attributes(Consumer<TargetGroupAttribute.Builder>... attributes) Information about the target group attributes This is a convenience method that creates an instance of theTargetGroupAttribute.Builderavoiding the need to create one manually viaTargetGroupAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(List<TargetGroupAttribute>).- Parameters:
- attributes- a consumer that will call methods on- TargetGroupAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-