static InboundIntegration.Builder |
InboundIntegration.builder() |
|
InboundIntegration.Builder |
InboundIntegration.Builder.createTime(Instant createTime) |
The time that the integration was created, in UTC.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(Collection<IntegrationError> errors) |
A list of errors associated with the integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(Consumer<IntegrationError.Builder>... errors) |
A list of errors associated with the integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(IntegrationError... errors) |
A list of errors associated with the integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.integrationArn(String integrationArn) |
The ARN of the zero-ETL integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.sourceArn(String sourceArn) |
The ARN of the source resource for the integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.status(String status) |
The possible statuses are:
|
InboundIntegration.Builder |
InboundIntegration.Builder.status(IntegrationStatus status) |
The possible statuses are:
|
InboundIntegration.Builder |
InboundIntegration.Builder.targetArn(String targetArn) |
The ARN of the target resource for the integration.
|
InboundIntegration.Builder |
InboundIntegration.toBuilder() |
|