Class SdkHttpConfigurationOption<T>

java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.http.SdkHttpConfigurationOption<T>
Type Parameters:
T - Type of option

public final class SdkHttpConfigurationOption<T> extends AttributeMap.Key<T>
Type safe key for an HTTP related configuration option. These options are used for service specific configuration and are treated as hints for the underlying HTTP implementation for better defaults. If an implementation does not support a particular option, they are free to ignore it.
See Also:
  • Field Details

  • Method Details

    • name

      public String name()
      Note that the name is mainly used for debugging purposes. Two option key objects with the same name do not represent the same option. Option keys are compared by reference when obtaining a value from an AttributeMap.
      Returns:
      Name of this option key.
    • toString

      public String toString()
      Overrides:
      toString in class AttributeMap.Key<T>