@Stability(value=Experimental) public static final class EndpointGroupProps.Builder extends Object implements software.amazon.jsii.Builder<EndpointGroupProps>
EndpointGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroupProps |
build()
Builds the configured instance.
|
EndpointGroupProps.Builder |
endpointGroupName(String endpointGroupName)
Sets the value of
EndpointGroupProps.getEndpointGroupName() |
EndpointGroupProps.Builder |
listener(IListener listener)
Sets the value of
EndpointGroupProps.getListener() |
EndpointGroupProps.Builder |
region(String region)
Sets the value of
EndpointGroupProps.getRegion() |
@Stability(value=Experimental) public EndpointGroupProps.Builder listener(IListener listener)
EndpointGroupProps.getListener()listener - The Amazon Resource Name (ARN) of the listener. This parameter is required.this@Stability(value=Experimental) public EndpointGroupProps.Builder endpointGroupName(String endpointGroupName)
EndpointGroupProps.getEndpointGroupName()endpointGroupName - Name of the endpoint group.this@Stability(value=Experimental) public EndpointGroupProps.Builder region(String region)
EndpointGroupProps.getRegion()region - The AWS Region where the endpoint group is located.this@Stability(value=Experimental) public EndpointGroupProps build()
build in interface software.amazon.jsii.Builder<EndpointGroupProps>EndpointGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.