public static interface PutNotificationChannelRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutNotificationChannelRequest.Builder,PutNotificationChannelRequest>
Modifier and Type | Method and Description |
---|---|
PutNotificationChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutNotificationChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutNotificationChannelRequest.Builder |
snsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.
|
PutNotificationChannelRequest.Builder |
snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
|
build
overrideConfiguration
copy
applyMutation, build
PutNotificationChannelRequest.Builder snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
snsTopicArn
- The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.PutNotificationChannelRequest.Builder snsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsRoleName
- The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.PutNotificationChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.