ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.afterTimestamp(Instant afterTimestamp) |
The time after which you want to list notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.beforeTimestamp(Instant beforeTimestamp) |
The time before which you want to list notifications.
|
static ListNotificationsRequest.Builder |
ListNotificationsRequest.builder() |
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.domainIdentifier(String domainIdentifier) |
The identifier of the Amazon DataZone domain.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of notifications to return in a single call to ListNotifications.
|
ListNotificationsRequest.Builder |
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 |
ListNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.subjects(String... subjects) |
The subjects of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.subjects(Collection<String> subjects) |
The subjects of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.taskStatus(String taskStatus) |
The task status of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.taskStatus(TaskStatus taskStatus) |
The task status of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.toBuilder() |
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.type(String type) |
The type of notifications.
|
ListNotificationsRequest.Builder |
ListNotificationsRequest.Builder.type(NotificationType type) |
The type of notifications.
|