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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcAttachmentOptions.BuilderattachToVpc(Boolean attachToVpc)Whether a VPC is attached to the pipeline.VpcAttachmentOptions.BuildercidrBlock(String cidrBlock)The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-