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 of 
SdkHttpExecutionAttributes that can be configured on an AsyncExecuteRequest via
 AsyncExecuteRequest.Builder.httpExecutionAttributes(SdkHttpExecutionAttributes)- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()boolean<T> TgetAttribute(SdkHttpExecutionAttribute<T> attribute) Retrieve the current value of the provided attribute in this collection of attributes.inthashCode()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
getAttributeRetrieve the current value of the provided attribute in this collection of attributes. This will return null if the value is not set.
- 
builder
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,- SdkHttpExecutionAttributes> 
- Returns:
- a builder for type T
 
- 
equals
- 
hashCode
 
-