Uses of Interface
software.amazon.awssdk.services.osis.model.VpcAttachmentOptions.Builder
-
Packages that use VpcAttachmentOptions.Builder Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcAttachmentOptions.Builder in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return VpcAttachmentOptions.Builder Modifier and Type Method Description VpcAttachmentOptions.BuilderVpcAttachmentOptions.Builder. attachToVpc(Boolean attachToVpc)Whether a VPC is attached to the pipeline.static VpcAttachmentOptions.BuilderVpcAttachmentOptions. builder()VpcAttachmentOptions.BuilderVpcAttachmentOptions.Builder. cidrBlock(String cidrBlock)The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).VpcAttachmentOptions.BuilderVpcAttachmentOptions. toBuilder()Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type VpcAttachmentOptions.Builder Modifier and Type Method Description static Class<? extends VpcAttachmentOptions.Builder>VpcAttachmentOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type VpcAttachmentOptions.Builder Modifier and Type Method Description default VpcOptions.BuilderVpcOptions.Builder. vpcAttachmentOptions(Consumer<VpcAttachmentOptions.Builder> vpcAttachmentOptions)Options for attaching a VPC to a pipeline.
-