Class SdkExecutionAttribute

    • Field Detail

      • SERVICE_NAME

        public static final ExecutionAttribute<String> SERVICE_NAME
        The key under which the service name is stored.
      • TIME_OFFSET

        public static final ExecutionAttribute<Integer> TIME_OFFSET
        The key under which the time offset (for clock skew correction) is stored.
      • API_CALL_METRIC_COLLECTOR

        public static final ExecutionAttribute<software.amazon.awssdk.metrics.MetricCollector> API_CALL_METRIC_COLLECTOR
        The MetricCollector associated with the overall API call.
      • API_CALL_ATTEMPT_METRIC_COLLECTOR

        public static final ExecutionAttribute<software.amazon.awssdk.metrics.MetricCollector> API_CALL_ATTEMPT_METRIC_COLLECTOR
        The MetricCollector associated with the current, ongoing API call attempt. This is not set until the actual internal API call attempt starts.
      • ENDPOINT_OVERRIDDEN

        public static final ExecutionAttribute<Boolean> ENDPOINT_OVERRIDDEN
        If true indicates that the configured endpoint of the client is a value that was supplied as an override and not generated from regional metadata.
      • SIGNER_OVERRIDDEN

        public static final ExecutionAttribute<Boolean> SIGNER_OVERRIDDEN
        If the client signer value has been overridden.
      • PROFILE_FILE

        @Deprecated
        public static final ExecutionAttribute<ProfileFile> PROFILE_FILE
        Deprecated.
        This attribute is used for: - Set profile file of service endpoint builder docdb, nepture, rds This has been replaced with PROFILE_FILE_SUPPLIER.get().
      • RESOLVED_CHECKSUM_SPECS

        public static final ExecutionAttribute<ChecksumSpecs> RESOLVED_CHECKSUM_SPECS
        The checksum algorithm is resolved based on the Request member. The RESOLVED_CHECKSUM_SPECS holds the final checksum which will be used for checksum computation.
      • HTTP_CHECKSUM_VALIDATION_ALGORITHM

        public static final ExecutionAttribute<Algorithm> HTTP_CHECKSUM_VALIDATION_ALGORITHM
        The Algorithm used for checksum validation of a response.
    • Constructor Detail

      • SdkExecutionAttribute

        protected SdkExecutionAttribute()