| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfiguration.Builder |
VpcConfiguration.builder() |
VpcConfiguration.Builder |
VpcConfiguration.Builder.roleARN(String roleARN)
The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of
the Amazon ES destination.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(String... securityGroupIds)
The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of
the Amazon ES destination.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(Collection<String> subnetIds)
The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES
destination.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(String... subnetIds)
The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES
destination.
|
VpcConfiguration.Builder |
VpcConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfiguration.Builder> |
VpcConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AmazonOpenSearchServerlessDestinationConfiguration.Builder |
AmazonOpenSearchServerlessDestinationConfiguration.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Sets the value of the VpcConfiguration property for this object.
|
default ElasticsearchDestinationConfiguration.Builder |
ElasticsearchDestinationConfiguration.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The details of the VPC of the Amazon destination.
|
default AmazonopensearchserviceDestinationConfiguration.Builder |
AmazonopensearchserviceDestinationConfiguration.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Sets the value of the VpcConfiguration property for this object.
|
Copyright © 2023. All rights reserved.