Uses of Class
software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpointProps.Builder
-
Uses of CfnVerifiedAccessEndpointProps.Builder in software.amazon.awscdk.services.ec2
Modifier 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()
CfnVerifiedAccessEndpointProps.Builder.sseSpecification
(IResolvable sseSpecification) Sets the value ofCfnVerifiedAccessEndpointProps.getSseSpecification()
CfnVerifiedAccessEndpointProps.Builder.sseSpecification
(CfnVerifiedAccessEndpoint.SseSpecificationProperty sseSpecification) Sets the value ofCfnVerifiedAccessEndpointProps.getSseSpecification()
Sets the value ofCfnVerifiedAccessEndpointProps.getTags()
CfnVerifiedAccessEndpointProps.Builder.verifiedAccessGroupId
(String verifiedAccessGroupId) Sets the value ofCfnVerifiedAccessEndpointProps.getVerifiedAccessGroupId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessEndpointProps.Builder
.