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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #eventTypes(List) .eventTypes - a consumer that will call methods on List.Builder #eventTypes(List) 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 © 2021. All rights reserved.