static IntegrationResourceProperty.Builder |
IntegrationResourceProperty.builder() |
|
IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.resourceArn(String resourceArn) |
The connection ARN of the source, or the database ARN of the target.
|
IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.resourcePropertyArn(String resourcePropertyArn) |
The resource ARN created through this create API.
|
default IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.sourceProcessingProperties(Consumer<SourceProcessingProperties.Builder> sourceProcessingProperties) |
The resource properties associated with the integration source.
|
IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties) |
The resource properties associated with the integration source.
|
default IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties) |
The resource properties associated with the integration target.
|
IntegrationResourceProperty.Builder |
IntegrationResourceProperty.Builder.targetProcessingProperties(TargetProcessingProperties targetProcessingProperties) |
The resource properties associated with the integration target.
|
IntegrationResourceProperty.Builder |
IntegrationResourceProperty.toBuilder() |
|