public static interface ListActionTypesResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<ListActionTypesResponse.Builder,ListActionTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesResponse.Builder |
actionTypes(ActionType... actionTypes)
Provides details of the action types.
|
ListActionTypesResponse.Builder |
actionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
|
ListActionTypesResponse.Builder |
actionTypes(Consumer<ActionType.Builder>... actionTypes)
Provides details of the action types.
|
ListActionTypesResponse.Builder |
nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionTypesResponse.Builder actionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
actionTypes - Provides details of the action types.ListActionTypesResponse.Builder actionTypes(ActionType... actionTypes)
Provides details of the action types.
actionTypes - Provides details of the action types.ListActionTypesResponse.Builder actionTypes(Consumer<ActionType.Builder>... actionTypes)
Provides details of the action types.
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 #actionTypes(List) .actionTypes - a consumer that will call methods on List.Builder #actionTypes(List) ListActionTypesResponse.Builder nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list action types call to return the next set of action types in the list.
nextToken - If the amount of returned information is significantly large, an identifier is also returned. It can
be used in a subsequent list action types call to return the next set of action types in the list.Copyright © 2021. All rights reserved.