Interface GetActionTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>,SdkBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetActionTypeRequest
public static interface GetActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetActionTypeRequest.Buildercategory(String category)Defines what kind of action can be taken in the stage.GetActionTypeRequest.Buildercategory(ActionCategory category)Defines what kind of action can be taken in the stage.GetActionTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetActionTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetActionTypeRequest.Builderowner(String owner)The creator of an action type that was created with any supported integration model.GetActionTypeRequest.Builderprovider(String provider)The provider of the action type being called.GetActionTypeRequest.Builderversion(String version)A string that describes the action type version.-
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
-
category
GetActionTypeRequest.Builder category(String category)
Defines what kind of action can be taken in the stage. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
- Parameters:
category- Defines what kind of action can be taken in the stage. The following are the valid values:-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionCategory,ActionCategory
-
-
category
GetActionTypeRequest.Builder category(ActionCategory category)
Defines what kind of action can be taken in the stage. The following are the valid values:
-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
- Parameters:
category- Defines what kind of action can be taken in the stage. The following are the valid values:-
Source -
Build -
Test -
Deploy -
Approval -
Invoke -
Compute
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionCategory,ActionCategory
-
-
owner
GetActionTypeRequest.Builder owner(String owner)
The creator of an action type that was created with any supported integration model. There are two valid values:
AWSandThirdParty.- Parameters:
owner- The creator of an action type that was created with any supported integration model. There are two valid values:AWSandThirdParty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
GetActionTypeRequest.Builder provider(String provider)
The provider of the action type being called. The provider name is specified when the action type is created.
- Parameters:
provider- The provider of the action type being called. The provider name is specified when the action type is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
GetActionTypeRequest.Builder version(String version)
A string that describes the action type version.
- Parameters:
version- A string that describes the action type version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-