| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointConfiguration.Builder |
HttpEndpointConfiguration.Builder.accessKey(String accessKey)
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the
destination.
|
static HttpEndpointConfiguration.Builder |
HttpEndpointConfiguration.builder() |
HttpEndpointConfiguration.Builder |
HttpEndpointConfiguration.Builder.name(String name)
The name of the HTTP endpoint selected as the destination.
|
HttpEndpointConfiguration.Builder |
HttpEndpointConfiguration.toBuilder() |
HttpEndpointConfiguration.Builder |
HttpEndpointConfiguration.Builder.url(String url)
The URL of the HTTP endpoint selected as the destination.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpEndpointConfiguration.Builder> |
HttpEndpointConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HttpEndpointDestinationConfiguration.Builder |
HttpEndpointDestinationConfiguration.Builder.endpointConfiguration(Consumer<HttpEndpointConfiguration.Builder> endpointConfiguration)
The configuration of the HTTP endpoint selected as the destination.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.endpointConfiguration(Consumer<HttpEndpointConfiguration.Builder> endpointConfiguration)
Describes the configuration of the HTTP endpoint destination.
|
Copyright © 2023. All rights reserved.