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