Integration.Builder |
Integration.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext) |
An optional set of non-secret key–value pairs that contains additional contextual information for encryption.
|
static Integration.Builder |
Integration.builder() |
|
Integration.Builder |
Integration.Builder.createTime(Instant createTime) |
The time that the integration was created, in UTC.
|
Integration.Builder |
Integration.Builder.dataFilter(String dataFilter) |
Selects source tables for the integration using Maxwell filter syntax.
|
Integration.Builder |
Integration.Builder.description(String description) |
A description for the integration.
|
Integration.Builder |
Integration.Builder.errors(Collection<IntegrationError> errors) |
A list of errors associated with the integration.
|
Integration.Builder |
Integration.Builder.errors(Consumer<IntegrationError.Builder>... errors) |
A list of errors associated with the integration.
|
Integration.Builder |
Integration.Builder.errors(IntegrationError... errors) |
A list of errors associated with the integration.
|
Integration.Builder |
Integration.Builder.integrationArn(String integrationArn) |
The Amazon Resource Name (ARN) for the integration.
|
Integration.Builder |
Integration.Builder.integrationName(String integrationName) |
A unique name for the integration.
|
Integration.Builder |
Integration.Builder.kmsKeyId(String kmsKeyId) |
The ARN of a KMS key used for encrypting the channel.
|
Integration.Builder |
Integration.Builder.sourceArn(String sourceArn) |
The ARN for the source of the integration.
|
Integration.Builder |
Integration.Builder.status(String status) |
The possible statuses are:
|
Integration.Builder |
Integration.Builder.status(IntegrationStatus status) |
The possible statuses are:
|
Integration.Builder |
Integration.Builder.tags(Collection<Tag> tags) |
Metadata assigned to the resource consisting of a list of key-value pairs.
|
Integration.Builder |
Integration.Builder.tags(Consumer<Tag.Builder>... tags) |
Metadata assigned to the resource consisting of a list of key-value pairs.
|
Integration.Builder |
Integration.Builder.tags(Tag... tags) |
Metadata assigned to the resource consisting of a list of key-value pairs.
|
Integration.Builder |
Integration.Builder.targetArn(String targetArn) |
The ARN for the target of the integration.
|
Integration.Builder |
Integration.toBuilder() |
|