Class NotificationsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.NotificationsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NotificationsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
The configuration for resource targets to receive notifications when meeting and attendee events occur.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaFunctionArn()The ARN of the Amazon Web Services Lambda function in the notifications configuration.List<SdkField<?>>sdkFields()static Class<? extends NotificationsConfiguration.Builder>serializableBuilderClass()StringsnsTopicArn()The ARN of the SNS topic.StringsqsQueueArn()The ARN of the SQS queue.NotificationsConfiguration.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
-
lambdaFunctionArn
public final String lambdaFunctionArn()
The ARN of the Amazon Web Services Lambda function in the notifications configuration.
- Returns:
- The ARN of the Amazon Web Services Lambda function in the notifications configuration.
-
snsTopicArn
public final String snsTopicArn()
The ARN of the SNS topic.
- Returns:
- The ARN of the SNS topic.
-
sqsQueueArn
public final String sqsQueueArn()
The ARN of the SQS queue.
- Returns:
- The ARN of the SQS queue.
-
toBuilder
public NotificationsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
-
builder
public static NotificationsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotificationsConfiguration.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.
-
-