Interface InboundIntegration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InboundIntegration.Builder,
,InboundIntegration> SdkBuilder<InboundIntegration.Builder,
,InboundIntegration> SdkPojo
- Enclosing class:
InboundIntegration
-
Method Summary
Modifier and TypeMethodDescriptioncreateTime
(Instant createTime) The creation time of an inbound integration.errors
(Collection<IntegrationError> errors) The outstanding errors of an inbound integration.errors
(Consumer<IntegrationError.Builder>... errors) The outstanding errors of an inbound integration.errors
(IntegrationError... errors) The outstanding errors of an inbound integration.integrationArn
(String integrationArn) The Amazon Resource Name (ARN) of an inbound integration.The Amazon Resource Name (ARN) of the source of an inbound integration.The status of an inbound integration.status
(ZeroETLIntegrationStatus status) The status of an inbound integration.The Amazon Resource Name (ARN) of the target of an inbound integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
integrationArn
The Amazon Resource Name (ARN) of an inbound integration.
- Parameters:
integrationArn
- The Amazon Resource Name (ARN) of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
The Amazon Resource Name (ARN) of the source of an inbound integration.
- Parameters:
sourceArn
- The Amazon Resource Name (ARN) of the source of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The Amazon Resource Name (ARN) of the target of an inbound integration.
- Parameters:
targetArn
- The Amazon Resource Name (ARN) of the target of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of an inbound integration.
- Parameters:
status
- The status of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of an inbound integration.
- Parameters:
status
- The status of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
- Parameters:
errors
- The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
- Parameters:
errors
- The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaIntegrationError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<IntegrationError>)
.- Parameters:
errors
- a consumer that will call methods onIntegrationError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createTime
The creation time of an inbound integration.
- Parameters:
createTime
- The creation time of an inbound integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-