| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationOutput.Builder |
RegistrationOutput.builder() |
RegistrationOutput.Builder |
RegistrationOutput.Builder.message(String message)
Explains the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
RegistrationOutput.Builder.result(String result)
Indicates the number of resources that Amazon AppFlow created or updated.
|
RegistrationOutput.Builder |
RegistrationOutput.Builder.status(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
RegistrationOutput.Builder.status(String status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
RegistrationOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegistrationOutput.Builder> |
RegistrationOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MetadataCatalogDetail.Builder |
MetadataCatalogDetail.Builder.partitionRegistrationOutput(Consumer<RegistrationOutput.Builder> partitionRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata
catalog.
|
default MetadataCatalogDetail.Builder |
MetadataCatalogDetail.Builder.tableRegistrationOutput(Consumer<RegistrationOutput.Builder> tableRegistrationOutput)
Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata
catalog.
|
Copyright © 2023. All rights reserved.