Interface VpcAttachmentOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcAttachmentOptions.Builder,
,VpcAttachmentOptions> SdkBuilder<VpcAttachmentOptions.Builder,
,VpcAttachmentOptions> SdkPojo
- Enclosing class:
VpcAttachmentOptions
@Mutable
@NotThreadSafe
public static interface VpcAttachmentOptions.Builder
extends SdkPojo, CopyableBuilder<VpcAttachmentOptions.Builder,VpcAttachmentOptions>
-
Method Summary
Modifier and TypeMethodDescriptionattachToVpc
(Boolean attachToVpc) Whether a VPC is attached to the pipeline.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 Details
-
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
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.
-