@Generated(value="software.amazon.awssdk:codegen") public final class EventsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventsConfiguration.Builder,EventsConfiguration>
The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The bot ID.
|
static EventsConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lambdaFunctionArn()
Lambda function ARN that allows a bot to receive outgoing events.
|
String |
outboundEventsHTTPSEndpoint()
HTTPS endpoint that allows a bot to receive outgoing events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventsConfiguration.Builder> |
serializableBuilderClass() |
EventsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The bot ID.
public final String outboundEventsHTTPSEndpoint()
HTTPS endpoint that allows a bot to receive outgoing events.
public final String lambdaFunctionArn()
Lambda function ARN that allows a bot to receive outgoing events.
public EventsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventsConfiguration.Builder,EventsConfiguration>public static EventsConfiguration.Builder builder()
public static Class<? extends EventsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.