CopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>, SdkBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>public static interface UnsubscribeFromEventRequest.Builder extends CopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UnsubscribeFromEventRequest.Builder |
event(String event) |
The event for which you want to stop receiving SNS notifications.
|
UnsubscribeFromEventRequest.Builder |
event(InspectorEvent event) |
The event for which you want to stop receiving SNS notifications.
|
UnsubscribeFromEventRequest.Builder |
resourceArn(String resourceArn) |
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS
notifications.
|
UnsubscribeFromEventRequest.Builder |
topicArn(String topicArn) |
The ARN of the SNS topic to which SNS notifications are sent.
|
copyapply, buildUnsubscribeFromEventRequest.Builder resourceArn(String resourceArn)
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
resourceArn - The ARN of the assessment template that is used during the event for which you want to stop receiving
SNS notifications.UnsubscribeFromEventRequest.Builder event(String event)
The event for which you want to stop receiving SNS notifications.
event - The event for which you want to stop receiving SNS notifications.InspectorEventUnsubscribeFromEventRequest.Builder event(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
event - The event for which you want to stop receiving SNS notifications.InspectorEventUnsubscribeFromEventRequest.Builder topicArn(String topicArn)
The ARN of the SNS topic to which SNS notifications are sent.
topicArn - The ARN of the SNS topic to which SNS notifications are sent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.