Interface RegistrationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationOutput.Builder,RegistrationOutput>,SdkBuilder<RegistrationOutput.Builder,RegistrationOutput>,SdkPojo
- Enclosing class:
- RegistrationOutput
public static interface RegistrationOutput.Builder extends SdkPojo, CopyableBuilder<RegistrationOutput.Builder,RegistrationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationOutput.Buildermessage(String message)Explains the status of the registration attempt from Amazon AppFlow.RegistrationOutput.Builderresult(String result)Indicates the number of resources that Amazon AppFlow created or updated.RegistrationOutput.Builderstatus(String status)Indicates the status of the registration attempt from Amazon AppFlow.RegistrationOutput.Builderstatus(ExecutionStatus status)Indicates the status of the registration attempt from Amazon AppFlow.-
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 Detail
-
message
RegistrationOutput.Builder message(String message)
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
- Parameters:
message- Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
result
RegistrationOutput.Builder result(String result)
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
- Parameters:
result- Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RegistrationOutput.Builder status(String status)
Indicates the status of the registration attempt from Amazon AppFlow.
- Parameters:
status- Indicates the status of the registration attempt from Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
status
RegistrationOutput.Builder status(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
- Parameters:
status- Indicates the status of the registration attempt from Amazon AppFlow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
-