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