Class CreateCustomActionTypeRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a create custom action operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The category of the custom action, such as a source action or a build action.The configuration properties for the custom action.The provider of the service used in the custom action, such as AWS CodeDeploy.The version number of the custom action.int
hashCode()
void
setCategory
(ActionCategory category) The category of the custom action, such as a source action or a build action.void
setCategory
(String category) The category of the custom action, such as a source action or a build action.void
setConfigurationProperties
(Collection<ActionConfigurationProperty> configurationProperties) The configuration properties for the custom action.void
setInputArtifactDetails
(ArtifactDetails inputArtifactDetails) void
setOutputArtifactDetails
(ArtifactDetails outputArtifactDetails) void
setProvider
(String provider) The provider of the service used in the custom action, such as AWS CodeDeploy.void
setSettings
(ActionTypeSettings settings) void
setVersion
(String version) The version number of the custom action.toString()
Returns a string representation of this object; useful for testing and debugging.withCategory
(ActionCategory category) The category of the custom action, such as a source action or a build action.withCategory
(String category) The category of the custom action, such as a source action or a build action.withConfigurationProperties
(ActionConfigurationProperty... configurationProperties) The configuration properties for the custom action.withConfigurationProperties
(Collection<ActionConfigurationProperty> configurationProperties) The configuration properties for the custom action.withInputArtifactDetails
(ArtifactDetails inputArtifactDetails) withOutputArtifactDetails
(ArtifactDetails outputArtifactDetails) withProvider
(String provider) The provider of the service used in the custom action, such as AWS CodeDeploy.withSettings
(ActionTypeSettings settings) withVersion
(String version) The version number of the custom action.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateCustomActionTypeRequest
public CreateCustomActionTypeRequest()
-
-
Method Details
-
setCategory
The category of the custom action, such as a source action or a build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Parameters:
category
- The category of the custom action, such as a source action or a build action.Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - See Also:
-
getCategory
The category of the custom action, such as a source action or a build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Returns:
- The category of the custom action, such as a source action or a
build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - See Also:
-
withCategory
The category of the custom action, such as a source action or a build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Parameters:
category
- The category of the custom action, such as a source action or a build action.Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCategory
The category of the custom action, such as a source action or a build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Parameters:
category
- The category of the custom action, such as a source action or a build action.Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - See Also:
-
withCategory
The category of the custom action, such as a source action or a build action.
Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Parameters:
category
- The category of the custom action, such as a source action or a build action.Although Source is listed as a valid value, it is not currently functional. This value is reserved for future use. - Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setProvider
The provider of the service used in the custom action, such as AWS CodeDeploy.
- Parameters:
provider
- The provider of the service used in the custom action, such as AWS CodeDeploy.
-
getProvider
The provider of the service used in the custom action, such as AWS CodeDeploy.
- Returns:
- The provider of the service used in the custom action, such as AWS CodeDeploy.
-
withProvider
The provider of the service used in the custom action, such as AWS CodeDeploy.
- Parameters:
provider
- The provider of the service used in the custom action, such as AWS CodeDeploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
The version number of the custom action.
- Parameters:
version
- The version number of the custom action.
-
getVersion
The version number of the custom action.
- Returns:
- The version number of the custom action.
-
withVersion
The version number of the custom action.
- Parameters:
version
- The version number of the custom action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSettings
- Parameters:
settings
-
-
getSettings
- Returns:
-
withSettings
- Parameters:
settings
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getConfigurationProperties
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. - Returns:
- 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.
-
setConfigurationProperties
public void setConfigurationProperties(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. - Parameters:
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.
-
withConfigurationProperties
public CreateCustomActionTypeRequest withConfigurationProperties(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)
orwithConfigurationProperties(java.util.Collection)
if you want to override the existing values.- Parameters:
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. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurationProperties
public CreateCustomActionTypeRequest withConfigurationProperties(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. - Parameters:
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. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInputArtifactDetails
- Parameters:
inputArtifactDetails
-
-
getInputArtifactDetails
- Returns:
-
withInputArtifactDetails
- Parameters:
inputArtifactDetails
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOutputArtifactDetails
- Parameters:
outputArtifactDetails
-
-
getOutputArtifactDetails
- Returns:
-
withOutputArtifactDetails
public CreateCustomActionTypeRequest withOutputArtifactDetails(ArtifactDetails outputArtifactDetails) - Parameters:
outputArtifactDetails
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-