Interface DescribeListenerAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeListenerAttributesResponse.Builder,DescribeListenerAttributesResponse>,ElasticLoadBalancingV2Response.Builder,SdkBuilder<DescribeListenerAttributesResponse.Builder,DescribeListenerAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeListenerAttributesResponse
public static interface DescribeListenerAttributesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeListenerAttributesResponse.Builder,DescribeListenerAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeListenerAttributesResponse.Builderattributes(Collection<ListenerAttribute> attributes)Information about the listener attributes.DescribeListenerAttributesResponse.Builderattributes(Consumer<ListenerAttribute.Builder>... attributes)Information about the listener attributes.DescribeListenerAttributesResponse.Builderattributes(ListenerAttribute... attributes)Information about the listener 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
attributes
DescribeListenerAttributesResponse.Builder attributes(Collection<ListenerAttribute> attributes)
Information about the listener attributes.
- Parameters:
attributes- Information about the listener attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DescribeListenerAttributesResponse.Builder attributes(ListenerAttribute... attributes)
Information about the listener attributes.
- Parameters:
attributes- Information about the listener attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DescribeListenerAttributesResponse.Builder attributes(Consumer<ListenerAttribute.Builder>... attributes)
Information about the listener attributes.
This is a convenience method that creates an instance of theListenerAttribute.Builderavoiding the need to create one manually viaListenerAttribute.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 onListenerAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
-