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
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaManagedNotificationChildEventOverview.builder().When the
Consumercompletes,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:
-