Class SdkHttpExecutionAttributes.Builder
java.lang.Object
software.amazon.awssdk.http.SdkHttpExecutionAttributes.Builder
- All Implemented Interfaces:
Buildable
,CopyableBuilder<SdkHttpExecutionAttributes.Builder,
,SdkHttpExecutionAttributes> SdkBuilder<SdkHttpExecutionAttributes.Builder,
SdkHttpExecutionAttributes>
- Enclosing class:
SdkHttpExecutionAttributes
public static final class SdkHttpExecutionAttributes.Builder
extends Object
implements CopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
An immutable object that is created from the properties that have been set on the builder.put
(SdkHttpExecutionAttribute<T> key, T value) Add a mapping between the provided key and value.putAll
(Map<? extends SdkHttpExecutionAttribute<?>, ?> attributes) Adds all the attributes from the map provided.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
put
Add a mapping between the provided key and value. -
putAll
public SdkHttpExecutionAttributes.Builder putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?> attributes) Adds all the attributes from the map provided. -
build
Description copied from interface:SdkBuilder
An immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<SdkHttpExecutionAttributes.Builder,
SdkHttpExecutionAttributes> - Returns:
- an instance of T
-