CopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
, SdkBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
public static interface CreateCustomActionTypeRequest.Builder extends CopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateCustomActionTypeRequest.Builder |
category(String category) |
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
category(ActionCategory category) |
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
configurationProperties(Collection<ActionConfigurationProperty> configurationProperties) |
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
configurationProperties(ActionConfigurationProperty... configurationProperties) |
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
inputArtifactDetails(ArtifactDetails inputArtifactDetails) |
The details of the input artifact for the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
outputArtifactDetails(ArtifactDetails outputArtifactDetails) |
The details of the output artifact of the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
provider(String provider) |
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
CreateCustomActionTypeRequest.Builder |
settings(ActionTypeSettings settings) |
Returns information about the settings for an action type.
|
CreateCustomActionTypeRequest.Builder |
version(String version) |
The version identifier of the custom action.
|
copy
apply, build
CreateCustomActionTypeRequest.Builder category(String category)
The category of the custom action, such as a build action or a test action.
Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
category
- The category of the custom action, such as a build action or a test action. Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
ActionCategory
CreateCustomActionTypeRequest.Builder category(ActionCategory category)
The category of the custom action, such as a build action or a test action.
Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
category
- The category of the custom action, such as a build action or a test action. Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
ActionCategory
CreateCustomActionTypeRequest.Builder provider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
provider
- The provider of the service used in the custom action, such as AWS CodeDeploy.CreateCustomActionTypeRequest.Builder version(String version)
The version identifier of the custom action.
version
- The version identifier of the custom action.CreateCustomActionTypeRequest.Builder settings(ActionTypeSettings settings)
Returns information about the settings for an action type.
settings
- Returns information about the settings for an action type.CreateCustomActionTypeRequest.Builder configurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
configurationProperties
- The configuration properties for the custom action. You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
CreateCustomActionTypeRequest.Builder configurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.
You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationProperties(java.util.Collection)
or
#withConfigurationProperties(java.util.Collection)
if you want to override the existing values.
configurationProperties
- The configuration properties for the custom action. You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
CreateCustomActionTypeRequest.Builder inputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
inputArtifactDetails
- The details of the input artifact for the action, such as its commit ID.CreateCustomActionTypeRequest.Builder outputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
outputArtifactDetails
- The details of the output artifact of the action, such as its commit ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.