Interface ModifyListenerAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyListenerAttributesRequest.Builder,ModifyListenerAttributesRequest>,ElasticLoadBalancingV2Request.Builder,SdkBuilder<ModifyListenerAttributesRequest.Builder,ModifyListenerAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyListenerAttributesRequest
public static interface ModifyListenerAttributesRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<ModifyListenerAttributesRequest.Builder,ModifyListenerAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyListenerAttributesRequest.Builderattributes(Collection<ListenerAttribute> attributes)The listener attributes.ModifyListenerAttributesRequest.Builderattributes(Consumer<ListenerAttribute.Builder>... attributes)The listener attributes.ModifyListenerAttributesRequest.Builderattributes(ListenerAttribute... attributes)The listener attributes.ModifyListenerAttributesRequest.BuilderlistenerArn(String listenerArn)The Amazon Resource Name (ARN) of the listener.ModifyListenerAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyListenerAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
listenerArn
ModifyListenerAttributesRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ModifyListenerAttributesRequest.Builder attributes(Collection<ListenerAttribute> attributes)
The listener attributes.
- Parameters:
attributes- The listener attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ModifyListenerAttributesRequest.Builder attributes(ListenerAttribute... attributes)
The listener attributes.
- Parameters:
attributes- The listener attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ModifyListenerAttributesRequest.Builder attributes(Consumer<ListenerAttribute.Builder>... attributes)
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)
-
overrideConfiguration
ModifyListenerAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyListenerAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-