public static interface GetActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
GetActionTypeRequest.Builder |
category(ActionCategory category)
Defines what kind of action can be taken in the stage.
|
GetActionTypeRequest.Builder |
category(String category)
Defines what kind of action can be taken in the stage.
|
GetActionTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetActionTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetActionTypeRequest.Builder |
owner(String owner)
The creator of an action type that was created with any supported integration model.
|
GetActionTypeRequest.Builder |
provider(String provider)
The provider of the action type being called.
|
GetActionTypeRequest.Builder |
version(String version)
A string that describes the action type version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetActionTypeRequest.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
category - Defines what kind of action can be taken in the stage. The following are the valid values:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategory,
ActionCategoryGetActionTypeRequest.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
category - Defines what kind of action can be taken in the stage. The following are the valid values:
Source
Build
Test
Deploy
Approval
Invoke
ActionCategory,
ActionCategoryGetActionTypeRequest.Builder owner(String owner)
The creator of an action type that was created with any supported integration model. There are two valid
values: AWS and ThirdParty.
owner - The creator of an action type that was created with any supported integration model. There are two
valid values: AWS and ThirdParty.GetActionTypeRequest.Builder provider(String provider)
The provider of the action type being called. The provider name is specified when the action type is created.
provider - The provider of the action type being called. The provider name is specified when the action type is
created.GetActionTypeRequest.Builder version(String version)
A string that describes the action type version.
version - A string that describes the action type version.GetActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.