Uses of Interface
software.amazon.awssdk.services.rds.model.CreateIntegrationRequest.Builder
Packages that use CreateIntegrationRequest.Builder
Package
Description
-
Uses of CreateIntegrationRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateIntegrationRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) Creates a zero-ETL integration with Amazon Redshift.default CreateIntegrationResponseRdsClient.createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) Creates a zero-ETL integration with Amazon Redshift. -
Uses of CreateIntegrationRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateIntegrationRequest.BuilderModifier and TypeMethodDescriptionCreateIntegrationRequest.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) An optional set of non-secret key–value pairs that contains additional contextual information about the data.CreateIntegrationRequest.builder()CreateIntegrationRequest.Builder.dataFilter(String dataFilter) Data filtering options for the integration.CreateIntegrationRequest.Builder.description(String description) A description of the integration.CreateIntegrationRequest.Builder.integrationName(String integrationName) The name of the integration.The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration.CreateIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the database to use as the source for replication.CreateIntegrationRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CreateIntegrationRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.The ARN of the Redshift data warehouse to use as the target for replication.CreateIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateIntegrationRequest.Builder>CreateIntegrationRequest.serializableBuilderClass()