Interface ListNotificationEventsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListNotificationEventsRequest.Builder,,- ListNotificationEventsRequest> - NotificationsRequest.Builder,- SdkBuilder<ListNotificationEventsRequest.Builder,,- ListNotificationEventsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListNotificationEventsRequest
- 
Method SummaryModifier and TypeMethodDescriptionaggregateNotificationEventArn(String aggregateNotificationEventArn) The Amazon Resource Name (ARN) of theaggregatedNotificationEventArnto match.Latest time of events to return from this call.includeChildEvents(Boolean includeChildEvents) Include aggregated child events in the result.The locale code of the language used for the retrievedNotificationEvent.locale(LocaleCode locale) The locale code of the language used for the retrievedNotificationEvent.maxResults(Integer maxResults) The maximum number of results to be returned in this call.The start token for paginated calls.organizationalUnitId(String organizationalUnitId) The unique identifier of the organizational unit used to filter notification events.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The matched event source.The earliest time of events to return from this call.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- 
startTimeThe earliest time of events to return from this call. - Parameters:
- startTime- The earliest time of events to return from this call.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeLatest time of events to return from this call. - Parameters:
- endTime- Latest time of events to return from this call.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localeThe locale code of the language used for the retrieved NotificationEvent. The default locale is English(en_US).- Parameters:
- locale- The locale code of the language used for the retrieved- NotificationEvent. The default locale is English- (en_US).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
localeThe locale code of the language used for the retrieved NotificationEvent. The default locale is English(en_US).- Parameters:
- locale- The locale code of the language used for the retrieved- NotificationEvent. The default locale is English- (en_US).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceThe 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:
- source- 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.
 
- 
includeChildEventsInclude aggregated child events in the result. - Parameters:
- includeChildEvents- Include aggregated child events in the result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aggregateNotificationEventArnListNotificationEventsRequest.Builder aggregateNotificationEventArn(String aggregateNotificationEventArn) The Amazon Resource Name (ARN) of the aggregatedNotificationEventArnto match.- Parameters:
- aggregateNotificationEventArn- The Amazon Resource Name (ARN) of the- aggregatedNotificationEventArnto match.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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.
 
- 
organizationalUnitIdThe unique identifier of the organizational unit used to filter notification events. - Parameters:
- organizationalUnitId- The unique identifier of the organizational unit used to filter notification events.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListNotificationEventsRequest.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.
 
- 
overrideConfigurationListNotificationEventsRequest.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.
 
 
-