Interface UnsubscribeFromEventRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>,InspectorRequest.Builder,SdkBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UnsubscribeFromEventRequest
public static interface UnsubscribeFromEventRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsubscribeFromEventRequest.Builderevent(String event)The event for which you want to stop receiving SNS notifications.UnsubscribeFromEventRequest.Builderevent(InspectorEvent event)The event for which you want to stop receiving SNS notifications.UnsubscribeFromEventRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnsubscribeFromEventRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UnsubscribeFromEventRequest.BuilderresourceArn(String resourceArn)The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.UnsubscribeFromEventRequest.BuildertopicArn(String topicArn)The ARN of the SNS topic to which SNS notifications are sent.-
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.inspector.model.InspectorRequest.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
-
resourceArn
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.
- Parameters:
resourceArn- The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
event
UnsubscribeFromEventRequest.Builder event(String event)
The event for which you want to stop receiving SNS notifications.
- Parameters:
event- The event for which you want to stop receiving SNS notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InspectorEvent,InspectorEvent
-
event
UnsubscribeFromEventRequest.Builder event(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
- Parameters:
event- The event for which you want to stop receiving SNS notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InspectorEvent,InspectorEvent
-
topicArn
UnsubscribeFromEventRequest.Builder topicArn(String topicArn)
The ARN of the SNS topic to which SNS notifications are sent.
- Parameters:
topicArn- The ARN of the SNS topic to which SNS notifications are sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UnsubscribeFromEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UnsubscribeFromEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-