Uses of Interface
software.amazon.awssdk.services.appflow.model.SuccessResponseHandlingConfig.Builder
-
Packages that use SuccessResponseHandlingConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SuccessResponseHandlingConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SuccessResponseHandlingConfig.Builder Modifier and Type Method Description SuccessResponseHandlingConfig.BuilderSuccessResponseHandlingConfig.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket.SuccessResponseHandlingConfig.BuilderSuccessResponseHandlingConfig.Builder. bucketPrefix(String bucketPrefix)The Amazon S3 bucket prefix.static SuccessResponseHandlingConfig.BuilderSuccessResponseHandlingConfig. builder()SuccessResponseHandlingConfig.BuilderSuccessResponseHandlingConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SuccessResponseHandlingConfig.Builder Modifier and Type Method Description static Class<? extends SuccessResponseHandlingConfig.Builder>SuccessResponseHandlingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SuccessResponseHandlingConfig.Builder Modifier and Type Method Description default SAPODataDestinationProperties.BuilderSAPODataDestinationProperties.Builder. successResponseHandlingConfig(Consumer<SuccessResponseHandlingConfig.Builder> successResponseHandlingConfig)Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
-