| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Integration |
Integration.addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
Integration |
Integration.clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
Integration |
Integration.clone() |
Integration |
Integration.withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration.
|
Integration |
Integration.withCreateTime(Date createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
|
Integration |
Integration.withDataFilter(String dataFilter)
Data filters for the integration.
|
Integration |
Integration.withDescription(String description)
A description of the integration.
|
Integration |
Integration.withErrors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Integration |
Integration.withErrors(IntegrationError... errors)
Any errors associated with the integration.
|
Integration |
Integration.withIntegrationArn(String integrationArn)
The ARN of the integration.
|
Integration |
Integration.withIntegrationName(String integrationName)
The name of the integration.
|
Integration |
Integration.withKMSKeyId(String kMSKeyId)
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to
encrypt the integration.
|
Integration |
Integration.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the database used as the source for replication.
|
Integration |
Integration.withStatus(IntegrationStatus status)
The current status of the integration.
|
Integration |
Integration.withStatus(String status)
The current status of the integration.
|
Integration |
Integration.withTags(Collection<Tag> tags) |
Integration |
Integration.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Integration |
Integration.withTargetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integration> |
DescribeIntegrationsResult.getIntegrations()
A list of integrations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIntegrationsResult |
DescribeIntegrationsResult.withIntegrations(Integration... integrations)
A list of integrations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIntegrationsResult.setIntegrations(Collection<Integration> integrations)
A list of integrations.
|
DescribeIntegrationsResult |
DescribeIntegrationsResult.withIntegrations(Collection<Integration> integrations)
A list of integrations.
|
Copyright © 2024. All rights reserved.