Uses of Class
software.amazon.awssdk.core.interceptor.ExecutionAttributes.Builder
Packages that use ExecutionAttributes.Builder
-
Uses of ExecutionAttributes.Builder in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return ExecutionAttributes.BuilderModifier and TypeMethodDescriptionstatic ExecutionAttributes.BuilderExecutionAttributes.builder()ExecutionAttributes.Builder.put(ExecutionAttribute<T> key, T value) Add a mapping between the provided key and value.ExecutionAttributes.Builder.putAll(Map<? extends ExecutionAttribute<?>, ?> attributes) Adds all the attributes from the map provided.ExecutionAttributes.toBuilder()