Uses of Class
software.amazon.awscdk.services.transfer.CfnServer.EndpointDetailsProperty.Builder
Packages that use CfnServer.EndpointDetailsProperty.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnServer.EndpointDetailsProperty.Builder in software.amazon.awscdk.services.transfer
Methods in software.amazon.awscdk.services.transfer that return CfnServer.EndpointDetailsProperty.BuilderModifier and TypeMethodDescriptionCfnServer.EndpointDetailsProperty.Builder.addressAllocationIds
(List<String> addressAllocationIds) Sets the value ofCfnServer.EndpointDetailsProperty.getAddressAllocationIds()
CfnServer.EndpointDetailsProperty.builder()
CfnServer.EndpointDetailsProperty.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnServer.EndpointDetailsProperty.getSecurityGroupIds()
Sets the value ofCfnServer.EndpointDetailsProperty.getSubnetIds()
CfnServer.EndpointDetailsProperty.Builder.vpcEndpointId
(String vpcEndpointId) Sets the value ofCfnServer.EndpointDetailsProperty.getVpcEndpointId()
Sets the value ofCfnServer.EndpointDetailsProperty.getVpcId()
Constructors in software.amazon.awscdk.services.transfer with parameters of type CfnServer.EndpointDetailsProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServer.EndpointDetailsProperty.Builder
.