Uses of Interface
software.amazon.awssdk.services.lambda.model.DestinationConfig.Builder
Packages that use DestinationConfig.Builder
-
Uses of DestinationConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return DestinationConfig.BuilderModifier and TypeMethodDescriptionstatic DestinationConfig.BuilderDestinationConfig.builder()default DestinationConfig.BuilderDestinationConfig.Builder.onFailure(Consumer<OnFailure.Builder> onFailure) The destination configuration for failed invocations.The destination configuration for failed invocations.default DestinationConfig.BuilderDestinationConfig.Builder.onSuccess(Consumer<OnSuccess.Builder> onSuccess) The destination configuration for successful invocations.The destination configuration for successful invocations.DestinationConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type DestinationConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DestinationConfig.Builder>DestinationConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type DestinationConfig.BuilderModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.CreateEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.DeleteEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.EventSourceMappingConfiguration.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.FunctionEventInvokeConfig.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.GetEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.GetFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.PutFunctionEventInvokeConfigRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.PutFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.UpdateEventSourceMappingRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.UpdateEventSourceMappingResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.UpdateFunctionEventInvokeConfigRequest.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.UpdateFunctionEventInvokeConfigResponse.Builder.destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig) A destination for events after they have been sent to a function for processing.