@Stability(value=Stable) public static final class CfnEndpointGroup.EndpointConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointGroup.EndpointConfigurationProperty>
CfnEndpointGroup.EndpointConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointGroup.EndpointConfigurationProperty |
build()
Builds the configured instance.
|
CfnEndpointGroup.EndpointConfigurationProperty.Builder |
clientIpPreservationEnabled(Boolean clientIpPreservationEnabled)
|
CfnEndpointGroup.EndpointConfigurationProperty.Builder |
clientIpPreservationEnabled(IResolvable clientIpPreservationEnabled)
|
CfnEndpointGroup.EndpointConfigurationProperty.Builder |
endpointId(String endpointId)
Sets the value of
CfnEndpointGroup.EndpointConfigurationProperty.getEndpointId() |
CfnEndpointGroup.EndpointConfigurationProperty.Builder |
weight(Number weight)
Sets the value of
CfnEndpointGroup.EndpointConfigurationProperty.getWeight() |
@Stability(value=Stable) public CfnEndpointGroup.EndpointConfigurationProperty.Builder endpointId(String endpointId)
CfnEndpointGroup.EndpointConfigurationProperty.getEndpointId()endpointId - `CfnEndpointGroup.EndpointConfigurationProperty.EndpointId`. This parameter is required.this@Stability(value=Stable) public CfnEndpointGroup.EndpointConfigurationProperty.Builder clientIpPreservationEnabled(Boolean clientIpPreservationEnabled)
clientIpPreservationEnabled - `CfnEndpointGroup.EndpointConfigurationProperty.ClientIPPreservationEnabled`.this@Stability(value=Stable) public CfnEndpointGroup.EndpointConfigurationProperty.Builder clientIpPreservationEnabled(IResolvable clientIpPreservationEnabled)
clientIpPreservationEnabled - `CfnEndpointGroup.EndpointConfigurationProperty.ClientIPPreservationEnabled`.this@Stability(value=Stable) public CfnEndpointGroup.EndpointConfigurationProperty.Builder weight(Number weight)
CfnEndpointGroup.EndpointConfigurationProperty.getWeight()weight - `CfnEndpointGroup.EndpointConfigurationProperty.Weight`.this@Stability(value=Stable) public CfnEndpointGroup.EndpointConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointGroup.EndpointConfigurationProperty>CfnEndpointGroup.EndpointConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.