Interface VpcAttachmentOptions.Builder

    • Method Detail

      • 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.