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, sdkFieldscopyapplyMutation, buildHttpEndpointConfiguration.Builder url(String url)
The URL of the HTTP endpoint selected as the destination.
url - The URL of the HTTP endpoint selected as the destination.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.