Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.SNSConfiguration.Builder
-
Packages that use SNSConfiguration.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of SNSConfiguration.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return SNSConfiguration.Builder Modifier and Type Method Description static SNSConfiguration.BuilderSNSConfiguration. builder()SNSConfiguration.BuilderSNSConfiguration.Builder. roleArn(String roleArn)The ARN of the IAM role that has access to the target SNS topic.SNSConfiguration.BuilderSNSConfiguration.Builder. snsFormat(String snsFormat)The format of the SNS topic.SNSConfiguration.BuilderSNSConfiguration.Builder. snsFormat(SnsFormat snsFormat)The format of the SNS topic.SNSConfiguration.BuilderSNSConfiguration.Builder. snsTopicArn(String snsTopicArn)The ARN of the target SNS topic.SNSConfiguration.BuilderSNSConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type SNSConfiguration.Builder Modifier and Type Method Description static Class<? extends SNSConfiguration.Builder>SNSConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type SNSConfiguration.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. snsConfiguration(Consumer<SNSConfiguration.Builder> snsConfiguration)A configuration for an Amazon SNS channel.
-