Interface ModifyTargetGroupAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ModifyTargetGroupAttributesResponse
@Mutable @NotThreadSafe public static interface ModifyTargetGroupAttributesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<ModifyTargetGroupAttributesResponse.Builder,ModifyTargetGroupAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyTargetGroupAttributesResponse.Builderattributes(Collection<TargetGroupAttribute> attributes)Information about the target group attributes.ModifyTargetGroupAttributesResponse.Builderattributes(Consumer<TargetGroupAttribute.Builder>... attributes)Information about the target group attributes.ModifyTargetGroupAttributesResponse.Builderattributes(TargetGroupAttribute... attributes)Information about the target group attributes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
attributes
ModifyTargetGroupAttributesResponse.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.
-
attributes
ModifyTargetGroupAttributesResponse.Builder attributes(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.
-
attributes
ModifyTargetGroupAttributesResponse.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 to#attributes(List.) - Parameters:
attributes- a consumer that will call methods onTargetGroupAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
-