@Stability(value=Stable)
public static interface CfnServer.EndpointDetailsProperty
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.transfer.*;
EndpointDetailsProperty endpointDetailsProperty = EndpointDetailsProperty.builder()
.addressAllocationIds(List.of("addressAllocationIds"))
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.vpcEndpointId("vpcEndpointId")
.vpcId("vpcId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServer.EndpointDetailsProperty.Builder
A builder for
CfnServer.EndpointDetailsProperty |
static class |
CfnServer.EndpointDetailsProperty.Jsii$Proxy
An implementation for
CfnServer.EndpointDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServer.EndpointDetailsProperty.Builder |
builder() |
default List<String> |
getAddressAllocationIds()
`CfnServer.EndpointDetailsProperty.AddressAllocationIds`.
|
default List<String> |
getSecurityGroupIds()
`CfnServer.EndpointDetailsProperty.SecurityGroupIds`.
|
default List<String> |
getSubnetIds()
`CfnServer.EndpointDetailsProperty.SubnetIds`.
|
default String |
getVpcEndpointId()
`CfnServer.EndpointDetailsProperty.VpcEndpointId`.
|
default String |
getVpcId()
`CfnServer.EndpointDetailsProperty.VpcId`.
|
@Stability(value=Stable) @Nullable default List<String> getAddressAllocationIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getVpcEndpointId()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnServer.EndpointDetailsProperty.Builder builder()
Copyright © 2021. All rights reserved.