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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutNotificationChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutNotificationChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutNotificationChannelRequest.BuildersnsRoleName(String snsRoleName)The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.PutNotificationChannelRequest.BuildersnsTopicArn(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 Detail
-
snsTopicArn
PutNotificationChannelRequest.Builder snsTopicArn(String 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
PutNotificationChannelRequest.Builder snsRoleName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutNotificationChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-