Class EventsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.EventsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventsConfiguration.Builder,EventsConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotId()The bot ID.static EventsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaFunctionArn()Lambda function ARN that allows a bot to receive outgoing events.StringoutboundEventsHTTPSEndpoint()HTTPS endpoint that allows a bot to receive outgoing events.List<SdkField<?>>sdkFields()static Class<? extends EventsConfiguration.Builder>serializableBuilderClass()EventsConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
botId
public final String botId()
The bot ID.
- Returns:
- The bot ID.
-
outboundEventsHTTPSEndpoint
public final String outboundEventsHTTPSEndpoint()
HTTPS endpoint that allows a bot to receive outgoing events.
- Returns:
- HTTPS endpoint that allows a bot to receive outgoing events.
-
lambdaFunctionArn
public final String lambdaFunctionArn()
Lambda function ARN that allows a bot to receive outgoing events.
- Returns:
- Lambda function ARN that allows a bot to receive outgoing events.
-
toBuilder
public EventsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventsConfiguration.Builder,EventsConfiguration>
-
builder
public static EventsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventsConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-