Interface ListNotificationConfigurationsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListNotificationConfigurationsRequest.Builder,,- ListNotificationConfigurationsRequest> - NotificationsRequest.Builder,- SdkBuilder<ListNotificationConfigurationsRequest.Builder,,- ListNotificationConfigurationsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListNotificationConfigurationsRequest
- 
Method SummaryModifier and TypeMethodDescriptionchannelArn(String channelArn) The Amazon Resource Name (ARN) of the Channel to match.eventRuleSource(String eventRuleSource) The matched event source.maxResults(Integer maxResults) The maximum number of results to be returned in this call.The start token for paginated calls.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.TheNotificationConfigurationstatus to match.TheNotificationConfigurationstatus to match.The subtype used to filter the notification configurations in the request.subtype(NotificationConfigurationSubtype subtype) The subtype used to filter the notification configurations in the request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventRuleSourceThe matched event source. Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2andaws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.- Parameters:
- eventRuleSource- The matched event source.- Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, - aws.ec2and- aws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
channelArnThe Amazon Resource Name (ARN) of the Channel to match. - Parameters:
- channelArn- The Amazon Resource Name (ARN) of the Channel to match.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe NotificationConfigurationstatus to match.- 
 Values: - 
 ACTIVE- 
 All EventRulesareACTIVEand any call can be run.
 
- 
 
- 
 PARTIALLY_ACTIVE- 
 Some EventRulesareACTIVEand some areINACTIVE. Any call can be run.
- 
 Any call can be run. 
 
- 
 
- 
 INACTIVE- 
 All EventRulesareINACTIVEand any call can be run.
 
- 
 
- 
 DELETING- 
 This NotificationConfigurationis being deleted.
- 
 Only GETandLISTcalls can be run.
 
- 
 
 
- 
 
 - Parameters:
- status- The- NotificationConfigurationstatus to match.- 
        Values: - 
        ACTIVE- 
        All EventRulesareACTIVEand any call can be run.
 
- 
        
- 
        PARTIALLY_ACTIVE- 
        Some EventRulesareACTIVEand some areINACTIVE. Any call can be run.
- 
        Any call can be run. 
 
- 
        
- 
        INACTIVE- 
        All EventRulesareINACTIVEand any call can be run.
 
- 
        
- 
        DELETING- 
        This NotificationConfigurationis being deleted.
- 
        Only GETandLISTcalls can be run.
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
statusThe NotificationConfigurationstatus to match.- 
 Values: - 
 ACTIVE- 
 All EventRulesareACTIVEand any call can be run.
 
- 
 
- 
 PARTIALLY_ACTIVE- 
 Some EventRulesareACTIVEand some areINACTIVE. Any call can be run.
- 
 Any call can be run. 
 
- 
 
- 
 INACTIVE- 
 All EventRulesareINACTIVEand any call can be run.
 
- 
 
- 
 DELETING- 
 This NotificationConfigurationis being deleted.
- 
 Only GETandLISTcalls can be run.
 
- 
 
 
- 
 
 - Parameters:
- status- The- NotificationConfigurationstatus to match.- 
        Values: - 
        ACTIVE- 
        All EventRulesareACTIVEand any call can be run.
 
- 
        
- 
        PARTIALLY_ACTIVE- 
        Some EventRulesareACTIVEand some areINACTIVE. Any call can be run.
- 
        Any call can be run. 
 
- 
        
- 
        INACTIVE- 
        All EventRulesareINACTIVEand any call can be run.
 
- 
        
- 
        DELETING- 
        This NotificationConfigurationis being deleted.
- 
        Only GETandLISTcalls can be run.
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
subtypeThe subtype used to filter the notification configurations in the request. - Parameters:
- subtype- The subtype used to filter the notification configurations in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subtypeThe subtype used to filter the notification configurations in the request. - Parameters:
- subtype- The subtype used to filter the notification configurations in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxResultsThe maximum number of results to be returned in this call. Defaults to 20. - Parameters:
- maxResults- The maximum number of results to be returned in this call. Defaults to 20.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe start token for paginated calls. Retrieved from the response of a previous ListEventRulescall. Next token uses Base64 encoding.- Parameters:
- nextToken- The start token for paginated calls. Retrieved from the response of a previous- ListEventRulescall. Next token uses Base64 encoding.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListNotificationConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListNotificationConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-