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
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) Actual contents of the event that was sent by Atlan.abstract C
build()
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 B
self()
toString()
TBCMethods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
AwsEventWrapperBuilder
public AwsEventWrapperBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in 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:
self
in classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,
B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,
B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends AwsEventWrapper,
B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>>
-