Uses of Class
software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpointProps.Builder
Packages that use CfnVerifiedAccessEndpointProps.Builder
-
Uses of CfnVerifiedAccessEndpointProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnVerifiedAccessEndpointProps.BuilderModifier and TypeMethodDescriptionCfnVerifiedAccessEndpointProps.Builder.applicationDomain
(String applicationDomain) Sets the value ofCfnVerifiedAccessEndpointProps.getApplicationDomain()
CfnVerifiedAccessEndpointProps.Builder.attachmentType
(String attachmentType) Sets the value ofCfnVerifiedAccessEndpointProps.getAttachmentType()
CfnVerifiedAccessEndpointProps.builder()
CfnVerifiedAccessEndpointProps.Builder.description
(String description) Sets the value ofCfnVerifiedAccessEndpointProps.getDescription()
CfnVerifiedAccessEndpointProps.Builder.domainCertificateArn
(String domainCertificateArn) Sets the value ofCfnVerifiedAccessEndpointProps.getDomainCertificateArn()
CfnVerifiedAccessEndpointProps.Builder.endpointDomainPrefix
(String endpointDomainPrefix) Sets the value ofCfnVerifiedAccessEndpointProps.getEndpointDomainPrefix()
CfnVerifiedAccessEndpointProps.Builder.endpointType
(String endpointType) Sets the value ofCfnVerifiedAccessEndpointProps.getEndpointType()
CfnVerifiedAccessEndpointProps.Builder.loadBalancerOptions
(IResolvable loadBalancerOptions) Sets the value ofCfnVerifiedAccessEndpointProps.getLoadBalancerOptions()
CfnVerifiedAccessEndpointProps.Builder.loadBalancerOptions
(CfnVerifiedAccessEndpoint.LoadBalancerOptionsProperty loadBalancerOptions) Sets the value ofCfnVerifiedAccessEndpointProps.getLoadBalancerOptions()
CfnVerifiedAccessEndpointProps.Builder.networkInterfaceOptions
(IResolvable networkInterfaceOptions) Sets the value ofCfnVerifiedAccessEndpointProps.getNetworkInterfaceOptions()
CfnVerifiedAccessEndpointProps.Builder.networkInterfaceOptions
(CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty networkInterfaceOptions) Sets the value ofCfnVerifiedAccessEndpointProps.getNetworkInterfaceOptions()
CfnVerifiedAccessEndpointProps.Builder.policyDocument
(String policyDocument) Sets the value ofCfnVerifiedAccessEndpointProps.getPolicyDocument()
CfnVerifiedAccessEndpointProps.Builder.policyEnabled
(Boolean policyEnabled) Sets the value ofCfnVerifiedAccessEndpointProps.getPolicyEnabled()
CfnVerifiedAccessEndpointProps.Builder.policyEnabled
(IResolvable policyEnabled) Sets the value ofCfnVerifiedAccessEndpointProps.getPolicyEnabled()
CfnVerifiedAccessEndpointProps.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnVerifiedAccessEndpointProps.getSecurityGroupIds()
Sets the value ofCfnVerifiedAccessEndpointProps.getTags()
CfnVerifiedAccessEndpointProps.Builder.verifiedAccessGroupId
(String verifiedAccessGroupId) Sets the value ofCfnVerifiedAccessEndpointProps.getVerifiedAccessGroupId()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnVerifiedAccessEndpointProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessEndpointProps.Builder
.