public final class SdkHttpExecutionAttributes extends Object implements ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
SdkHttpExecutionAttribute
s that can be configured on an AsyncExecuteRequest
via
AsyncExecuteRequest.Builder#httpExecutionAttributes(SdkHttpExecutionAttributes)
Modifier and Type | Class and Description |
---|---|
static class |
SdkHttpExecutionAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static SdkHttpExecutionAttributes.Builder |
builder() |
boolean |
equals(Object o) |
<T> T |
getAttribute(SdkHttpExecutionAttribute<T> attribute)
Retrieve the current value of the provided attribute in this collection of attributes.
|
int |
hashCode() |
SdkHttpExecutionAttributes.Builder |
toBuilder() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copy
public <T> T getAttribute(SdkHttpExecutionAttribute<T> attribute)
public static SdkHttpExecutionAttributes.Builder builder()
public SdkHttpExecutionAttributes.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
Copyright © 2022. All rights reserved.