Package software.amazon.awssdk.http
Class SdkHttpExecutionAttributes
- java.lang.Object
-
- software.amazon.awssdk.http.SdkHttpExecutionAttributes
-
- All Implemented Interfaces:
ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
@SdkPublicApi public final class SdkHttpExecutionAttributes extends Object implements ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
An immutable collection ofSdkHttpExecutionAttributes that can be configured on anAsyncExecuteRequestviaAsyncExecuteRequest.Builder.httpExecutionAttributes(SdkHttpExecutionAttributes)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSdkHttpExecutionAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SdkHttpExecutionAttributes.Builderbuilder()booleanequals(Object o)<T> TgetAttribute(SdkHttpExecutionAttribute<T> attribute)Retrieve the current value of the provided attribute in this collection of attributes.inthashCode()SdkHttpExecutionAttributes.BuildertoBuilder()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
getAttribute
public <T> T getAttribute(SdkHttpExecutionAttribute<T> attribute)
Retrieve the current value of the provided attribute in this collection of attributes. This will return null if the value is not set.
-
builder
public static SdkHttpExecutionAttributes.Builder builder()
-
toBuilder
public SdkHttpExecutionAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
-
-