Class CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpointGroupPropsMixin.EndpointConfigurationProperty>
- Enclosing interface:
CfnEndpointGroupPropsMixin.EndpointConfigurationProperty
CfnEndpointGroupPropsMixin.EndpointConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentArn(String attachmentArn) build()Builds the configured instance.clientIpPreservationEnabled(Boolean clientIpPreservationEnabled) clientIpPreservationEnabled(IResolvable clientIpPreservationEnabled) endpointId(String endpointId) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getEndpointId()endpointId(ILoadBalancerRef endpointId) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getEndpointId()Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getWeight()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attachmentArn
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder attachmentArn(String attachmentArn) - Parameters:
attachmentArn- The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.- Returns:
this
-
clientIpPreservationEnabled
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder clientIpPreservationEnabled(Boolean clientIpPreservationEnabled) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getClientIpPreservationEnabled()- Parameters:
clientIpPreservationEnabled- Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.If the value is set to true, the client's IP address is preserved in the
X-Forwarded-Forrequest header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.For more information, see Preserve Client IP Addresses in the AWS Global Accelerator Developer Guide .
- Returns:
this
-
clientIpPreservationEnabled
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder clientIpPreservationEnabled(IResolvable clientIpPreservationEnabled) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getClientIpPreservationEnabled()- Parameters:
clientIpPreservationEnabled- Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.If the value is set to true, the client's IP address is preserved in the
X-Forwarded-Forrequest header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.For more information, see Preserve Client IP Addresses in the AWS Global Accelerator Developer Guide .
- Returns:
this
-
endpointId
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder endpointId(String endpointId) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getEndpointId()- Parameters:
endpointId- An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint.For cross-account endpoints, this must be the ARN of the resource.
- Returns:
this
-
endpointId
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder endpointId(ILoadBalancerRef endpointId) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getEndpointId()- Parameters:
endpointId- An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint.For cross-account endpoints, this must be the ARN of the resource.
- Returns:
this
-
weight
@Stability(Stable) public CfnEndpointGroupPropsMixin.EndpointConfigurationProperty.Builder weight(Number weight) Sets the value ofCfnEndpointGroupPropsMixin.EndpointConfigurationProperty.getWeight()- Parameters:
weight- The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpointGroupPropsMixin.EndpointConfigurationProperty>- Returns:
- a new instance of
CfnEndpointGroupPropsMixin.EndpointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-