Interface VpcAttachmentOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VpcAttachmentOptions.Builder,VpcAttachmentOptions>, SdkBuilder<VpcAttachmentOptions.Builder,VpcAttachmentOptions>, SdkPojo
Enclosing class:
VpcAttachmentOptions

public static interface VpcAttachmentOptions.Builder extends SdkPojo, CopyableBuilder<VpcAttachmentOptions.Builder,VpcAttachmentOptions>
  • Method Details

    • attachToVpc

      VpcAttachmentOptions.Builder attachToVpc(Boolean attachToVpc)

      Whether a VPC is attached to the pipeline.

      Parameters:
      attachToVpc - Whether a VPC is attached to the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrBlock

      VpcAttachmentOptions.Builder cidrBlock(String cidrBlock)

      The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).

      Parameters:
      cidrBlock - The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.