Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateCustomActionTypeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
Represents the input of a create custom action operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCustomActionTypeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateCustomActionTypeRequest.Builder |
builder() |
|
String |
category() |
The category of the custom action, such as a build action or a test action.
|
List<ActionConfigurationProperty> |
configurationProperties() |
The configuration properties for the custom action.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ArtifactDetails |
inputArtifactDetails() |
The details of the input artifact for the action, such as its commit ID.
|
ArtifactDetails |
outputArtifactDetails() |
The details of the output artifact of the action, such as its commit ID.
|
String |
provider() |
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
static Class<? extends CreateCustomActionTypeRequest.Builder> |
serializableBuilderClass() |
|
ActionTypeSettings |
settings() |
Returns information about the settings for an action type.
|
CreateCustomActionTypeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version identifier of the custom action.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
ActionCategory
public String provider()
The provider of the service used in the custom action, such as AWS CodeDeploy.
public String version()
The version identifier of the custom action.
public ActionTypeSettings settings()
Returns information about the settings for an action type.
public List<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.
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.
public ArtifactDetails inputArtifactDetails()
The details of the input artifact for the action, such as its commit ID.
public ArtifactDetails outputArtifactDetails()
The details of the output artifact of the action, such as its commit ID.
public CreateCustomActionTypeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
public static CreateCustomActionTypeRequest.Builder builder()
public static Class<? extends CreateCustomActionTypeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.