Interface GetNotificationChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNotificationChannelResponse.Builder,GetNotificationChannelResponse>,FmsResponse.Builder,SdkBuilder<GetNotificationChannelResponse.Builder,GetNotificationChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetNotificationChannelResponse
public static interface GetNotificationChannelResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetNotificationChannelResponse.Builder,GetNotificationChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetNotificationChannelResponse.BuildersnsRoleName(String snsRoleName)The IAM role that is used by Firewall Manager to record activity to SNS.GetNotificationChannelResponse.BuildersnsTopicArn(String snsTopicArn)The SNS topic that records Firewall Manager activity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
snsTopicArn
GetNotificationChannelResponse.Builder snsTopicArn(String snsTopicArn)
The SNS topic that records Firewall Manager activity.
- Parameters:
snsTopicArn- The SNS topic that records Firewall Manager activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsRoleName
GetNotificationChannelResponse.Builder snsRoleName(String snsRoleName)
The IAM role that is used by Firewall Manager to record activity to SNS.
- Parameters:
snsRoleName- The IAM role that is used by Firewall Manager to record activity to SNS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-