| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration.
|
static CreateIntegrationResponse.Builder |
CreateIntegrationResponse.builder() |
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.createTime(Instant createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.errors(Consumer<IntegrationError.Builder>... errors)
Any errors associated with the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.errors(IntegrationError... errors)
Any errors associated with the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationArn(String integrationArn)
The ARN of the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationName(String integrationName)
The name of the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to
encrypt the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.status(IntegrationStatus status)
The current status of the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.status(String status)
The current status of the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.targetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIntegrationResponse.Builder> |
CreateIntegrationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.