Interface ListManagedNotificationChildEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListManagedNotificationChildEventsResponse.Builder,
,ListManagedNotificationChildEventsResponse> NotificationsResponse.Builder
,SdkBuilder<ListManagedNotificationChildEventsResponse.Builder,
,ListManagedNotificationChildEventsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListManagedNotificationChildEventsResponse
@Mutable
@NotThreadSafe
public static interface ListManagedNotificationChildEventsResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationChildEventsResponse.Builder,ListManagedNotificationChildEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedNotificationChildEvents
(Collection<ManagedNotificationChildEventOverview> managedNotificationChildEvents) A pagination token.managedNotificationChildEvents
(Consumer<ManagedNotificationChildEventOverview.Builder>... managedNotificationChildEvents) A pagination token.managedNotificationChildEvents
(ManagedNotificationChildEventOverview... managedNotificationChildEvents) A pagination token.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 Details
-
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.Builder
avoiding the need to create one manually viaManagedNotificationChildEventOverview.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomanagedNotificationChildEvents(List<ManagedNotificationChildEventOverview>)
.- 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:
-