Class HttpDataSourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.appsync.model.HttpDataSourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HttpDataSourceConfig.Builder,HttpDataSourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class HttpDataSourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpDataSourceConfig.Builder,HttpDataSourceConfig>
Describes an HTTP data source configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpDataSourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationConfigauthorizationConfig()The authorization configuration in case the HTTP endpoint requires authorization.static HttpDataSourceConfig.Builderbuilder()Stringendpoint()The HTTP URL endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends HttpDataSourceConfig.Builder>serializableBuilderClass()HttpDataSourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpoint
public final String endpoint()
The HTTP URL endpoint. You can specify either the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If you don't specify the port, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.
- Returns:
- The HTTP URL endpoint. You can specify either the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If you don't specify the port, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.
-
authorizationConfig
public final AuthorizationConfig authorizationConfig()
The authorization configuration in case the HTTP endpoint requires authorization.
- Returns:
- The authorization configuration in case the HTTP endpoint requires authorization.
-
toBuilder
public HttpDataSourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HttpDataSourceConfig.Builder,HttpDataSourceConfig>
-
builder
public static HttpDataSourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HttpDataSourceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-