public static interface InboundIntegration.Builder extends SdkPojo, CopyableBuilder<InboundIntegration.Builder,InboundIntegration>
| Modifier and Type | Method and Description |
|---|---|
InboundIntegration.Builder |
createTime(Instant createTime)
The creation time of an inbound integration.
|
InboundIntegration.Builder |
errors(Collection<IntegrationError> errors)
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
errors(Consumer<IntegrationError.Builder>... errors)
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
errors(IntegrationError... errors)
The outstanding errors of an inbound integration.
|
InboundIntegration.Builder |
integrationArn(String integrationArn)
The Amazon Resource Name (ARN) of an inbound integration.
|
InboundIntegration.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source of an inbound integration.
|
InboundIntegration.Builder |
status(String status)
The status of an inbound integration.
|
InboundIntegration.Builder |
status(ZeroETLIntegrationStatus status)
The status of an inbound integration.
|
InboundIntegration.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of an inbound integration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInboundIntegration.Builder integrationArn(String integrationArn)
The Amazon Resource Name (ARN) of an inbound integration.
integrationArn - The Amazon Resource Name (ARN) of an inbound integration.InboundIntegration.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source of an inbound integration.
sourceArn - The Amazon Resource Name (ARN) of the source of an inbound integration.InboundIntegration.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of an inbound integration.
targetArn - The Amazon Resource Name (ARN) of the target of an inbound integration.InboundIntegration.Builder status(String status)
The status of an inbound integration.
status - The status of an inbound integration.ZeroETLIntegrationStatus,
ZeroETLIntegrationStatusInboundIntegration.Builder status(ZeroETLIntegrationStatus status)
The status of an inbound integration.
status - The status of an inbound integration.ZeroETLIntegrationStatus,
ZeroETLIntegrationStatusInboundIntegration.Builder errors(Collection<IntegrationError> errors)
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
errors - The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if
there is no error.InboundIntegration.Builder errors(IntegrationError... errors)
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
errors - The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if
there is no error.InboundIntegration.Builder errors(Consumer<IntegrationError.Builder>... errors)
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
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) InboundIntegration.Builder createTime(Instant createTime)
The creation time of an inbound integration.
createTime - The creation time of an inbound integration.Copyright © 2023. All rights reserved.