Uses of Interface
software.amazon.awssdk.services.firehose.model.HttpEndpointCommonAttribute.Builder
-
Packages that use HttpEndpointCommonAttribute.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointCommonAttribute.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointCommonAttribute.Builder Modifier and Type Method Description HttpEndpointCommonAttribute.BuilderHttpEndpointCommonAttribute.Builder. attributeName(String attributeName)The name of the HTTP endpoint common attribute.HttpEndpointCommonAttribute.BuilderHttpEndpointCommonAttribute.Builder. attributeValue(String attributeValue)The value of the HTTP endpoint common attribute.static HttpEndpointCommonAttribute.BuilderHttpEndpointCommonAttribute. builder()HttpEndpointCommonAttribute.BuilderHttpEndpointCommonAttribute. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointCommonAttribute.Builder Modifier and Type Method Description static Class<? extends HttpEndpointCommonAttribute.Builder>HttpEndpointCommonAttribute. serializableBuilderClass()
-