@Stability(value=Stable)
public static interface CfnEndpointGroup.PortOverrideProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.globalaccelerator.*;
PortOverrideProperty portOverrideProperty = PortOverrideProperty.builder()
.endpointPort(123)
.listenerPort(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointGroup.PortOverrideProperty.Builder
A builder for
CfnEndpointGroup.PortOverrideProperty |
static class |
CfnEndpointGroup.PortOverrideProperty.Jsii$Proxy
An implementation for
CfnEndpointGroup.PortOverrideProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointGroup.PortOverrideProperty.Builder |
builder() |
Number |
getEndpointPort()
`CfnEndpointGroup.PortOverrideProperty.EndpointPort`.
|
Number |
getListenerPort()
`CfnEndpointGroup.PortOverrideProperty.ListenerPort`.
|
@Stability(value=Stable) @NotNull Number getEndpointPort()
@Stability(value=Stable) @NotNull Number getListenerPort()
@Stability(value=Stable) static CfnEndpointGroup.PortOverrideProperty.Builder builder()
Copyright © 2021. All rights reserved.