Interface ListNotificationEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNotificationEventsRequest.Builder,ListNotificationEventsRequest>,NotificationsRequest.Builder,SdkBuilder<ListNotificationEventsRequest.Builder,ListNotificationEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNotificationEventsRequest
public static interface ListNotificationEventsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListNotificationEventsRequest.Builder,ListNotificationEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNotificationEventsRequest.BuilderaggregateNotificationEventArn(String aggregateNotificationEventArn)The Amazon Resource Name (ARN) of theaggregatedNotificationEventArnto match.ListNotificationEventsRequest.BuilderendTime(Instant endTime)Latest time of events to return from this call.ListNotificationEventsRequest.BuilderincludeChildEvents(Boolean includeChildEvents)Include aggregated child events in the result.ListNotificationEventsRequest.Builderlocale(String locale)The locale code of the language used for the retrievedNotificationEvent.ListNotificationEventsRequest.Builderlocale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.ListNotificationEventsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in this call.ListNotificationEventsRequest.BuildernextToken(String nextToken)The start token for paginated calls.ListNotificationEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationEventsRequest.Buildersource(String source)The matched event source.ListNotificationEventsRequest.BuilderstartTime(Instant startTime)The earliest time of events to return from this call.-
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.notifications.model.NotificationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
startTime
ListNotificationEventsRequest.Builder startTime(Instant startTime)
The 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.
-
endTime
ListNotificationEventsRequest.Builder endTime(Instant endTime)
Latest 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.
-
locale
ListNotificationEventsRequest.Builder locale(String locale)
The 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 retrievedNotificationEvent. The default locale is English(en_US).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
locale
ListNotificationEventsRequest.Builder locale(LocaleCode locale)
The 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 retrievedNotificationEvent. The default locale is English(en_US).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
source
ListNotificationEventsRequest.Builder source(String 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.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.ec2andaws.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.
-
includeChildEvents
ListNotificationEventsRequest.Builder includeChildEvents(Boolean includeChildEvents)
Include 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.
-
aggregateNotificationEventArn
ListNotificationEventsRequest.Builder aggregateNotificationEventArn(String aggregateNotificationEventArn)
The Amazon Resource Name (ARN) of the
aggregatedNotificationEventArnto match.- Parameters:
aggregateNotificationEventArn- The Amazon Resource Name (ARN) of theaggregatedNotificationEventArnto match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListNotificationEventsRequest.Builder maxResults(Integer maxResults)
The 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.
-
nextToken
ListNotificationEventsRequest.Builder nextToken(String nextToken)
The 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 previousListEventRulescall. Next token uses Base64 encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNotificationEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNotificationEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-