public static interface Integration.Builder extends SdkPojo, CopyableBuilder<Integration.Builder,Integration>
| Modifier and Type | Method and Description |
|---|---|
Integration.Builder |
additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration.
|
Integration.Builder |
createTime(Instant createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
|
Integration.Builder |
errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
|
Integration.Builder |
errors(Consumer<IntegrationError.Builder>... errors)
Any errors associated with the integration.
|
Integration.Builder |
errors(IntegrationError... errors)
Any errors associated with the integration.
|
Integration.Builder |
integrationArn(String integrationArn)
The ARN of the integration.
|
Integration.Builder |
integrationName(String integrationName)
The name of the integration.
|
Integration.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.
|
Integration.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.
|
Integration.Builder |
status(IntegrationStatus status)
The current status of the integration.
|
Integration.Builder |
status(String status)
The current status of the integration.
|
Integration.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
Integration.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
Integration.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
Integration.Builder |
targetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntegration.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.
sourceArn - The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for replication.Integration.Builder targetArn(String targetArn)
The ARN of the Redshift data warehouse used as the target for replication.
targetArn - The ARN of the Redshift data warehouse used as the target for replication.Integration.Builder integrationName(String integrationName)
The name of the integration.
integrationName - The name of the integration.Integration.Builder integrationArn(String integrationArn)
The ARN of the integration.
integrationArn - The ARN of the integration.Integration.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.
kmsKeyId - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key
used to to encrypt the integration.Integration.Builder additionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
additionalEncryptionContext - The encryption context for the integration. For more information, see Encryption
context in the Amazon Web Services Key Management Service Developer Guide.Integration.Builder status(String status)
The current status of the integration.
status - The current status of the integration.IntegrationStatus,
IntegrationStatusIntegration.Builder status(IntegrationStatus status)
The current status of the integration.
status - The current status of the integration.IntegrationStatus,
IntegrationStatusIntegration.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.Integration.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.Integration.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Integration.Builder createTime(Instant createTime)
The time when the integration was created, in Universal Coordinated Time (UTC).
createTime - The time when the integration was created, in Universal Coordinated Time (UTC).Integration.Builder errors(Collection<IntegrationError> errors)
Any errors associated with the integration.
errors - Any errors associated with the integration.Integration.Builder errors(IntegrationError... errors)
Any errors associated with the integration.
errors - Any errors associated with the integration.Integration.Builder errors(Consumer<IntegrationError.Builder>... errors)
Any errors associated with the integration.
This is a convenience method that creates an instance of theIntegrationError.Builder avoiding the need to create one
manually via IntegrationError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #errors(List.
errors - a consumer that will call methods on
IntegrationError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.