public static interface HttpEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>
Modifier and Type | Method and Description |
---|---|
HttpEndpointConfiguration.Builder |
accessKey(String accessKey)
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the
destination.
|
HttpEndpointConfiguration.Builder |
name(String name)
The name of the HTTP endpoint selected as the destination.
|
HttpEndpointConfiguration.Builder |
url(String url)
The URL of the HTTP endpoint selected as the destination.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HttpEndpointConfiguration.Builder url(String url)
The URL of the HTTP endpoint selected as the destination.
If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
url
- The URL of the HTTP endpoint selected as the destination. If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
HttpEndpointConfiguration.Builder name(String name)
The name of the HTTP endpoint selected as the destination.
name
- The name of the HTTP endpoint selected as the destination.HttpEndpointConfiguration.Builder accessKey(String accessKey)
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
accessKey
- The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the
destination.Copyright © 2021. All rights reserved.