Interface ListManagedNotificationEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedNotificationEventsRequest.Builder,ListManagedNotificationEventsRequest>,NotificationsRequest.Builder,SdkBuilder<ListManagedNotificationEventsRequest.Builder,ListManagedNotificationEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedNotificationEventsRequest
public static interface ListManagedNotificationEventsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationEventsRequest.Builder,ListManagedNotificationEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedNotificationEventsRequest.BuilderendTime(Instant endTime)Latest time of events to return from this call.ListManagedNotificationEventsRequest.Builderlocale(String locale)The locale code of the language used for the retrieved NotificationEvent.ListManagedNotificationEventsRequest.Builderlocale(LocaleCode locale)The locale code of the language used for the retrieved NotificationEvent.ListManagedNotificationEventsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationEventsRequest.BuildernextToken(String nextToken)The start token for paginated calls.ListManagedNotificationEventsRequest.BuilderorganizationalUnitId(String organizationalUnitId)The Organizational Unit Id that an Amazon Web Services account belongs to.ListManagedNotificationEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedNotificationEventsRequest.BuilderrelatedAccount(String relatedAccount)The Amazon Web Services account ID associated with the Managed Notification Events.ListManagedNotificationEventsRequest.Buildersource(String source)The Amazon Web Services service the event originates from.ListManagedNotificationEventsRequest.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
ListManagedNotificationEventsRequest.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
ListManagedNotificationEventsRequest.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
ListManagedNotificationEventsRequest.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 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:
LocaleCode,LocaleCode
-
locale
ListManagedNotificationEventsRequest.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 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:
LocaleCode,LocaleCode
-
source
ListManagedNotificationEventsRequest.Builder source(String source)
The Amazon Web Services service the event originates from. For example aws.cloudwatch.
- Parameters:
source- The Amazon Web Services service the event originates from. For example aws.cloudwatch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListManagedNotificationEventsRequest.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
ListManagedNotificationEventsRequest.Builder nextToken(String nextToken)
The start token for paginated calls. Retrieved from the response of a previous
ListManagedNotificationChannelAssociationscall. Next token uses Base64 encoding.- Parameters:
nextToken- The start token for paginated calls. Retrieved from the response of a previousListManagedNotificationChannelAssociationscall. Next token uses Base64 encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
ListManagedNotificationEventsRequest.Builder organizationalUnitId(String organizationalUnitId)
The Organizational Unit Id that an Amazon Web Services account belongs to.
- Parameters:
organizationalUnitId- The Organizational Unit Id that an Amazon Web Services account belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedAccount
ListManagedNotificationEventsRequest.Builder relatedAccount(String relatedAccount)
The Amazon Web Services account ID associated with the Managed Notification Events.
- Parameters:
relatedAccount- The Amazon Web Services account ID associated with the Managed Notification Events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedNotificationEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedNotificationEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-