Uses of Interface
software.amazon.awssdk.services.rds.model.DeleteIntegrationResponse.Builder
Packages that use DeleteIntegrationResponse.Builder
-
Uses of DeleteIntegrationResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DeleteIntegrationResponse.BuilderModifier and TypeMethodDescriptionDeleteIntegrationResponse.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The encryption context for the integration.DeleteIntegrationResponse.builder()DeleteIntegrationResponse.Builder.createTime(Instant createTime) The time when the integration was created, in Universal Coordinated Time (UTC).DeleteIntegrationResponse.Builder.dataFilter(String dataFilter) Data filters for the integration.DeleteIntegrationResponse.Builder.description(String description) A description of the integration.DeleteIntegrationResponse.Builder.errors(Collection<IntegrationError> errors) Any errors associated with the integration.DeleteIntegrationResponse.Builder.errors(Consumer<IntegrationError.Builder>... errors) Any errors associated with the integration.DeleteIntegrationResponse.Builder.errors(IntegrationError... errors) Any errors associated with the integration.DeleteIntegrationResponse.Builder.integrationArn(String integrationArn) The ARN of the integration.DeleteIntegrationResponse.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 used to to encrypt the integration.The Amazon Resource Name (ARN) of the database used as the source for replication.The current status of the integration.DeleteIntegrationResponse.Builder.status(IntegrationStatus status) The current status of the integration.DeleteIntegrationResponse.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.DeleteIntegrationResponse.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 used as the target for replication.DeleteIntegrationResponse.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DeleteIntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteIntegrationResponse.Builder>DeleteIntegrationResponse.serializableBuilderClass()