@Stability(value=Experimental) public static final class EndpointGroup.Builder extends Object implements software.amazon.jsii.Builder<EndpointGroup>
EndpointGroup.| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
build() |
static EndpointGroup.Builder |
create(software.constructs.Construct scope,
String id) |
EndpointGroup.Builder |
endpointGroupName(String endpointGroupName)
(experimental) Name of the endpoint group.
|
EndpointGroup.Builder |
listener(IListener listener)
(experimental) The Amazon Resource Name (ARN) of the listener.
|
EndpointGroup.Builder |
region(String region)
(experimental) The AWS Region where the endpoint group is located.
|
@Stability(value=Experimental) public static EndpointGroup.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.EndpointGroup.Builder.@Stability(value=Experimental) public EndpointGroup.Builder listener(IListener listener)
listener - The Amazon Resource Name (ARN) of the listener. This parameter is required.this@Stability(value=Experimental) public EndpointGroup.Builder endpointGroupName(String endpointGroupName)
Default: - logical ID of the resource
endpointGroupName - Name of the endpoint group. This parameter is required.this@Stability(value=Experimental) public EndpointGroup.Builder region(String region)
Default: - the region of the current stack
region - The AWS Region where the endpoint group is located. This parameter is required.this@Stability(value=Experimental) public EndpointGroup build()
build in interface software.amazon.jsii.Builder<EndpointGroup>Copyright © 2021. All rights reserved.