Interface ListActionTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>,SdkBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListActionTypesRequest
public static interface ListActionTypesRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListActionTypesRequest.Builder,ListActionTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActionTypesRequest.BuilderactionOwnerFilter(String actionOwnerFilter)Filters the list of action types to those created by a specified entity.ListActionTypesRequest.BuilderactionOwnerFilter(ActionOwner actionOwnerFilter)Filters the list of action types to those created by a specified entity.ListActionTypesRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActionTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActionTypesRequest.BuilderregionFilter(String regionFilter)The Region to filter on for the list of action types.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actionOwnerFilter
ListActionTypesRequest.Builder actionOwnerFilter(String actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
- Parameters:
actionOwnerFilter- Filters the list of action types to those created by a specified entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionOwner,ActionOwner
-
actionOwnerFilter
ListActionTypesRequest.Builder actionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
- Parameters:
actionOwnerFilter- Filters the list of action types to those created by a specified entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionOwner,ActionOwner
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionFilter
ListActionTypesRequest.Builder regionFilter(String regionFilter)
The Region to filter on for the list of action types.
- Parameters:
regionFilter- The Region to filter on for the list of action types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActionTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActionTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-