Interface PutNotificationChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutNotificationChannelRequest.Builder,
,PutNotificationChannelRequest> FmsRequest.Builder
,SdkBuilder<PutNotificationChannelRequest.Builder,
,PutNotificationChannelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutNotificationChannelRequest
public static interface PutNotificationChannelRequest.Builder
extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutNotificationChannelRequest.Builder,PutNotificationChannelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.snsRoleName
(String snsRoleName) The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.snsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
snsTopicArn
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
- Parameters:
snsTopicArn
- The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsRoleName
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
- Parameters:
snsRoleName
- The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutNotificationChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-