Uses of Interface
software.amazon.awssdk.services.firehose.model.VpcConfigurationDescription.Builder
-
Packages that use VpcConfigurationDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of VpcConfigurationDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return VpcConfigurationDescription.Builder Modifier and Type Method Description static VpcConfigurationDescription.BuilderVpcConfigurationDescription. builder()VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. roleARN(String roleARN)The ARN of the IAM role that the delivery stream uses to create endpoints in the destination VPC.VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups that Kinesis Data Firehose uses when it creates ENIs in the VPC of the Amazon ES destination.VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups that Kinesis Data Firehose uses when it creates ENIs in the VPC of the Amazon ES destination.VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. subnetIds(String... subnetIds)The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination.VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. subnetIds(Collection<String> subnetIds)The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination.VpcConfigurationDescription.BuilderVpcConfigurationDescription. toBuilder()VpcConfigurationDescription.BuilderVpcConfigurationDescription.Builder. vpcId(String vpcId)The ID of the Amazon ES destination's VPC.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type VpcConfigurationDescription.Builder Modifier and Type Method Description static Class<? extends VpcConfigurationDescription.Builder>VpcConfigurationDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type VpcConfigurationDescription.Builder Modifier and Type Method Description default AmazonOpenSearchServerlessDestinationDescription.BuilderAmazonOpenSearchServerlessDestinationDescription.Builder. vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)Sets the value of the VpcConfigurationDescription property for this object.default AmazonopensearchserviceDestinationDescription.BuilderAmazonopensearchserviceDestinationDescription.Builder. vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)Sets the value of the VpcConfigurationDescription property for this object.default ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)The details of the VPC of the Amazon OpenSearch or the Amazon OpenSearch Serverless destination.
-