Package software.amazon.awscdk.cxapi
Class LoadBalancerListenerContextResponse.Builder
java.lang.Object
software.amazon.awscdk.cxapi.LoadBalancerListenerContextResponse.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoadBalancerListenerContextResponse>
- Enclosing interface:
LoadBalancerListenerContextResponse
@Stability(Deprecated)
@Deprecated
public static final class LoadBalancerListenerContextResponse.Builder
extends Object
implements software.amazon.jsii.Builder<LoadBalancerListenerContextResponse>
Deprecated.
A builder for
LoadBalancerListenerContextResponse-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.listenerArn(String listenerArn) Deprecated.listenerPort(Number listenerPort) Deprecated.securityGroupIds(List<String> securityGroupIds) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
listenerArn
@Stability(Deprecated) @Deprecated public LoadBalancerListenerContextResponse.Builder listenerArn(String listenerArn) Deprecated.Sets the value ofLoadBalancerListenerContextResponse.getListenerArn()- Parameters:
listenerArn- The ARN of the listener. This parameter is required.- Returns:
this
-
listenerPort
@Stability(Deprecated) @Deprecated public LoadBalancerListenerContextResponse.Builder listenerPort(Number listenerPort) Deprecated.Sets the value ofLoadBalancerListenerContextResponse.getListenerPort()- Parameters:
listenerPort- The port the listener is listening on. This parameter is required.- Returns:
this
-
securityGroupIds
@Stability(Deprecated) @Deprecated public LoadBalancerListenerContextResponse.Builder securityGroupIds(List<String> securityGroupIds) Deprecated.Sets the value ofLoadBalancerListenerContextResponse.getSecurityGroupIds()- Parameters:
securityGroupIds- The security groups of the load balancer. This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoadBalancerListenerContextResponse>- Returns:
- a new instance of
LoadBalancerListenerContextResponse - Throws:
NullPointerException- if any required attribute was not provided
-