Interface ListManagedNotificationChildEventsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListManagedNotificationChildEventsResponse.Builder,ListManagedNotificationChildEventsResponse>,NotificationsResponse.Builder,SdkBuilder<ListManagedNotificationChildEventsResponse.Builder,ListManagedNotificationChildEventsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListManagedNotificationChildEventsResponse
public static interface ListManagedNotificationChildEventsResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationChildEventsResponse.Builder,ListManagedNotificationChildEventsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedNotificationChildEventsResponse.BuildermanagedNotificationChildEvents(Collection<ManagedNotificationChildEventOverview> managedNotificationChildEvents)A pagination token.ListManagedNotificationChildEventsResponse.BuildermanagedNotificationChildEvents(Consumer<ManagedNotificationChildEventOverview.Builder>... managedNotificationChildEvents)A pagination token.ListManagedNotificationChildEventsResponse.BuildermanagedNotificationChildEvents(ManagedNotificationChildEventOverview... managedNotificationChildEvents)A pagination token.ListManagedNotificationChildEventsResponse.BuildernextToken(String nextToken)A pagination token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListManagedNotificationChildEventsResponse.Builder nextToken(String nextToken)
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
- Parameters:
nextToken- A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedNotificationChildEvents
ListManagedNotificationChildEventsResponse.Builder managedNotificationChildEvents(Collection<ManagedNotificationChildEventOverview> managedNotificationChildEvents)
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
- Parameters:
managedNotificationChildEvents- A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedNotificationChildEvents
ListManagedNotificationChildEventsResponse.Builder managedNotificationChildEvents(ManagedNotificationChildEventOverview... managedNotificationChildEvents)
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
- Parameters:
managedNotificationChildEvents- A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedNotificationChildEvents
ListManagedNotificationChildEventsResponse.Builder managedNotificationChildEvents(Consumer<ManagedNotificationChildEventOverview.Builder>... managedNotificationChildEvents)
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
This is a convenience method that creates an instance of theManagedNotificationChildEventOverview.Builderavoiding the need to create one manually viaManagedNotificationChildEventOverview.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#managedNotificationChildEvents(List.) - Parameters:
managedNotificationChildEvents- a consumer that will call methods onManagedNotificationChildEventOverview.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#managedNotificationChildEvents(java.util.Collection)
-
-