public static interface ListEventTypesResponse.Builder extends CodestarNotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListEventTypesResponse.Builder,ListEventTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResponse.Builder |
eventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
ListEventTypesResponse.Builder |
eventTypes(Consumer<EventTypeSummary.Builder>... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
ListEventTypesResponse.Builder |
eventTypes(EventTypeSummary... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
ListEventTypesResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventTypesResponse.Builder eventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
eventTypes - Information about each event, including service name, resource type, event ID, and event name.ListEventTypesResponse.Builder eventTypes(EventTypeSummary... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
eventTypes - Information about each event, including service name, resource type, event ID, and event name.ListEventTypesResponse.Builder eventTypes(Consumer<EventTypeSummary.Builder>... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
This is a convenience method that creates an instance of theEventTypeSummary.Builder avoiding the
need to create one manually via
EventTypeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #eventTypes(List.
eventTypes - a consumer that will call methods on
EventTypeSummary.Builder#eventTypes(java.util.Collection) ListEventTypesResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.Copyright © 2022. All rights reserved.