public static interface RegistrationOutput.Builder extends SdkPojo, CopyableBuilder<RegistrationOutput.Builder,RegistrationOutput>
| Modifier and Type | Method and Description |
|---|---|
RegistrationOutput.Builder |
message(String message)
Explains the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
result(String result)
Indicates the number of resources that Amazon AppFlow created or updated.
|
RegistrationOutput.Builder |
status(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
status(String status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistrationOutput.Builder message(String message)
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
message - Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message
explains why.RegistrationOutput.Builder result(String result)
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
result - Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include
metadata tables and data partitions.RegistrationOutput.Builder status(String status)
Indicates the status of the registration attempt from Amazon AppFlow.
status - Indicates the status of the registration attempt from Amazon AppFlow.ExecutionStatus,
ExecutionStatusRegistrationOutput.Builder status(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
status - Indicates the status of the registration attempt from Amazon AppFlow.ExecutionStatus,
ExecutionStatusCopyright © 2023. All rights reserved.