Class AwsXmlUnmarshallingContext.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
-
- Enclosing class:
- AwsXmlUnmarshallingContext
public static final class AwsXmlUnmarshallingContext.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsXmlUnmarshallingContextbuild()AwsXmlUnmarshallingContext.BuilderexecutionAttributes(ExecutionAttributes executionAttributes)AwsXmlUnmarshallingContext.BuilderisResponseSuccess(Boolean isResponseSuccess)AwsXmlUnmarshallingContext.BuilderparsedErrorXml(XmlElement parsedErrorXml)AwsXmlUnmarshallingContext.BuilderparsedXml(XmlElement parsedXml)AwsXmlUnmarshallingContext.BuildersdkHttpFullResponse(SdkHttpFullResponse sdkHttpFullResponse)
-
-
-
Method Detail
-
sdkHttpFullResponse
public AwsXmlUnmarshallingContext.Builder sdkHttpFullResponse(SdkHttpFullResponse sdkHttpFullResponse)
-
parsedXml
public AwsXmlUnmarshallingContext.Builder parsedXml(XmlElement parsedXml)
-
executionAttributes
public AwsXmlUnmarshallingContext.Builder executionAttributes(ExecutionAttributes executionAttributes)
-
isResponseSuccess
public AwsXmlUnmarshallingContext.Builder isResponseSuccess(Boolean isResponseSuccess)
-
parsedErrorXml
public AwsXmlUnmarshallingContext.Builder parsedErrorXml(XmlElement parsedErrorXml)
-
build
public AwsXmlUnmarshallingContext build()
-
-