Package com.atlan.model.events
Class AwsEventWrapper.AwsEventWrapperBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.events.AwsEventWrapper.AwsEventWrapperBuilder<C,B>
- Enclosing class:
AwsEventWrapper
public abstract static class AwsEventWrapper.AwsEventWrapperBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) Actual contents of the event that was sent by Atlan.abstract Cbuild()Headers that were used when sending the event through to the Lambda URL.isBase64Encoded(boolean isBase64Encoded) Whether the contents are base64-encoded (true) or plain text (false).TBCrawQueryString(String rawQueryString) TBCrequestContext(AwsEventWrapper.AwsRequestContext requestContext) TBCTBCprotected abstract Bself()toString()TBCMethods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
AwsEventWrapperBuilder
public AwsEventWrapperBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-
version
TBC- Returns:
this.
-
routeKey
TBC- Returns:
this.
-
rawPath
TBC- Returns:
this.
-
rawQueryString
TBC- Returns:
this.
-
headers
Headers that were used when sending the event through to the Lambda URL.- Returns:
this.
-
requestContext
TBC- Returns:
this.
-
body
Actual contents of the event that was sent by Atlan.- Returns:
this.
-
isBase64Encoded
Whether the contents are base64-encoded (true) or plain text (false).- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-