public static interface ListNotificationsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListNotificationsRequest.Builder,ListNotificationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsRequest.Builder |
afterTimestamp(Instant afterTimestamp)
The time after which you want to list notifications.
|
ListNotificationsRequest.Builder |
beforeTimestamp(Instant beforeTimestamp)
The time before which you want to list notifications.
|
ListNotificationsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListNotificationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of notifications to return in a single call to
ListNotifications. |
ListNotificationsRequest.Builder |
nextToken(String nextToken)
When the number of notifications is greater than the default value for the
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of
notifications, the response includes a pagination token named NextToken. |
ListNotificationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotificationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotificationsRequest.Builder |
subjects(Collection<String> subjects)
The subjects of notifications.
|
ListNotificationsRequest.Builder |
subjects(String... subjects)
The subjects of notifications.
|
ListNotificationsRequest.Builder |
taskStatus(String taskStatus)
The task status of notifications.
|
ListNotificationsRequest.Builder |
taskStatus(TaskStatus taskStatus)
The task status of notifications.
|
ListNotificationsRequest.Builder |
type(NotificationType type)
The type of notifications.
|
ListNotificationsRequest.Builder |
type(String type)
The type of notifications.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationsRequest.Builder afterTimestamp(Instant afterTimestamp)
The time after which you want to list notifications.
afterTimestamp - The time after which you want to list notifications.ListNotificationsRequest.Builder beforeTimestamp(Instant beforeTimestamp)
The time before which you want to list notifications.
beforeTimestamp - The time before which you want to list notifications.ListNotificationsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.ListNotificationsRequest.Builder maxResults(Integer maxResults)
The maximum number of notifications to return in a single call to ListNotifications. When the
number of notifications to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListNotifications to list the next set of notifications.
maxResults - The maximum number of notifications to return in a single call to ListNotifications. When
the number of notifications to be listed is greater than the value of MaxResults, the
response contains a NextToken value that you can use in a subsequent call to
ListNotifications to list the next set of notifications.ListNotificationsRequest.Builder nextToken(String nextToken)
When the number of notifications is greater than the default value for the MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of
notifications, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListNotifications to list the next set of
notifications.
nextToken - When the number of notifications is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of notifications, the response includes a pagination token named NextToken. You
can specify this NextToken value in a subsequent call to ListNotifications
to list the next set of notifications.ListNotificationsRequest.Builder subjects(Collection<String> subjects)
The subjects of notifications.
subjects - The subjects of notifications.ListNotificationsRequest.Builder subjects(String... subjects)
The subjects of notifications.
subjects - The subjects of notifications.ListNotificationsRequest.Builder taskStatus(String taskStatus)
The task status of notifications.
taskStatus - The task status of notifications.TaskStatus,
TaskStatusListNotificationsRequest.Builder taskStatus(TaskStatus taskStatus)
The task status of notifications.
taskStatus - The task status of notifications.TaskStatus,
TaskStatusListNotificationsRequest.Builder type(String type)
The type of notifications.
type - The type of notifications.NotificationType,
NotificationTypeListNotificationsRequest.Builder type(NotificationType type)
The type of notifications.
type - The type of notifications.NotificationType,
NotificationTypeListNotificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNotificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.