@Generated(value="software.amazon.awssdk:codegen") public final class HttpEndpointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>
Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpEndpointConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKey()
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
|
static HttpEndpointConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the HTTP endpoint selected as the destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpEndpointConfiguration.Builder> |
serializableBuilderClass() |
HttpEndpointConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL of the HTTP endpoint selected as the destination.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String url()
The URL of the HTTP endpoint selected as the destination.
public final String name()
The name of the HTTP endpoint selected as the destination.
public final String accessKey()
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
public HttpEndpointConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HttpEndpointConfiguration.Builder,HttpEndpointConfiguration>public static HttpEndpointConfiguration.Builder builder()
public static Class<? extends HttpEndpointConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.