Uses of Interface
software.amazon.awssdk.services.firehose.model.VpcConfiguration.Builder
-
Packages that use VpcConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of VpcConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return VpcConfiguration.Builder Modifier and Type Method Description static VpcConfiguration.BuilderVpcConfiguration. builder()VpcConfiguration.BuilderVpcConfiguration.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.BuilderVpcConfiguration.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.BuilderVpcConfiguration.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.BuilderVpcConfiguration.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.BuilderVpcConfiguration.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.BuilderVpcConfiguration. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type VpcConfiguration.Builder Modifier and Type Method Description static Class<? extends VpcConfiguration.Builder>VpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type VpcConfiguration.Builder Modifier and Type Method Description default AmazonOpenSearchServerlessDestinationConfiguration.BuilderAmazonOpenSearchServerlessDestinationConfiguration.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)Sets the value of the VpcConfiguration property for this object.default AmazonopensearchserviceDestinationConfiguration.BuilderAmazonopensearchserviceDestinationConfiguration.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)Sets the value of the VpcConfiguration property for this object.default ElasticsearchDestinationConfiguration.BuilderElasticsearchDestinationConfiguration.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The details of the VPC of the Amazon destination.
-