Uses of Interface
software.amazon.awssdk.services.firehose.model.HttpEndpointDescription.Builder
-
Packages that use HttpEndpointDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointDescription.Builder Modifier and Type Method Description static HttpEndpointDescription.BuilderHttpEndpointDescription. builder()HttpEndpointDescription.BuilderHttpEndpointDescription.Builder. name(String name)The name of the HTTP endpoint selected as the destination.HttpEndpointDescription.BuilderHttpEndpointDescription. toBuilder()HttpEndpointDescription.BuilderHttpEndpointDescription.Builder. url(String url)The URL of the HTTP endpoint selected as the destination.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointDescription.Builder Modifier and Type Method Description static Class<? extends HttpEndpointDescription.Builder>HttpEndpointDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type HttpEndpointDescription.Builder Modifier and Type Method Description default HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. endpointConfiguration(Consumer<HttpEndpointDescription.Builder> endpointConfiguration)The configuration of the specified HTTP endpoint destination.
-