public static interface ListActionTypesRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesRequest.Builder |
actionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
ListActionTypesRequest.Builder |
actionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
ListActionTypesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous list action types call, which can be used to return the
next set of action types in the list.
|
ListActionTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActionTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActionTypesRequest.Builder |
regionFilter(String regionFilter)
The Region to filter on for the list of action types.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionTypesRequest.Builder actionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified entity.ActionOwner,
ActionOwnerListActionTypesRequest.Builder actionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
actionOwnerFilter - Filters the list of action types to those created by a specified entity.ActionOwner,
ActionOwnerListActionTypesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
nextToken - An identifier that was returned from the previous list action types call, which can be used to return
the next set of action types in the list.ListActionTypesRequest.Builder regionFilter(String regionFilter)
The Region to filter on for the list of action types.
regionFilter - The Region to filter on for the list of action types.ListActionTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActionTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.