Uses of Class
software.amazon.awscdk.services.osis.CfnPipeline.VpcOptionsProperty.Builder
Packages that use CfnPipeline.VpcOptionsProperty.Builder
-
Uses of CfnPipeline.VpcOptionsProperty.Builder in software.amazon.awscdk.services.osis
Methods in software.amazon.awscdk.services.osis that return CfnPipeline.VpcOptionsProperty.BuilderModifier and TypeMethodDescriptionCfnPipeline.VpcOptionsProperty.builder()
CfnPipeline.VpcOptionsProperty.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnPipeline.VpcOptionsProperty.getSecurityGroupIds()
Sets the value ofCfnPipeline.VpcOptionsProperty.getSubnetIds()
CfnPipeline.VpcOptionsProperty.Builder.vpcAttachmentOptions
(IResolvable vpcAttachmentOptions) Sets the value ofCfnPipeline.VpcOptionsProperty.getVpcAttachmentOptions()
CfnPipeline.VpcOptionsProperty.Builder.vpcAttachmentOptions
(CfnPipeline.VpcAttachmentOptionsProperty vpcAttachmentOptions) Sets the value ofCfnPipeline.VpcOptionsProperty.getVpcAttachmentOptions()
CfnPipeline.VpcOptionsProperty.Builder.vpcEndpointManagement
(String vpcEndpointManagement) Sets the value ofCfnPipeline.VpcOptionsProperty.getVpcEndpointManagement()
Constructors in software.amazon.awscdk.services.osis with parameters of type CfnPipeline.VpcOptionsProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.VpcOptionsProperty.Builder
.