static InboundIntegration.Builder |
InboundIntegration.builder() |
|
InboundIntegration.Builder |
InboundIntegration.Builder.createTime(Instant createTime) |
The creation time of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(Collection<IntegrationError> errors) |
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(Consumer<IntegrationError.Builder>... errors) |
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.errors(IntegrationError... errors) |
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.integrationArn(String integrationArn) |
The Amazon Resource Name (ARN) of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.sourceArn(String sourceArn) |
The Amazon Resource Name (ARN) of the source of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.status(String status) |
The status of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.status(ZeroETLIntegrationStatus status) |
The status of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.Builder.targetArn(String targetArn) |
The Amazon Resource Name (ARN) of the target of an inbound integration.
|
InboundIntegration.Builder |
InboundIntegration.toBuilder() |
|