static CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.builder() |
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.category(String category) |
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.category(ActionCategory category) |
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(Collection<ActionConfigurationProperty> configurationProperties) |
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(Consumer<ActionConfigurationProperty.Builder>... configurationProperties) |
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(ActionConfigurationProperty... configurationProperties) |
The configuration properties for the custom action.
|
default CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.inputArtifactDetails(Consumer<ArtifactDetails.Builder> inputArtifactDetails) |
The details of the input artifact for the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.inputArtifactDetails(ArtifactDetails inputArtifactDetails) |
The details of the input artifact for the action, such as its commit ID.
|
default CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.outputArtifactDetails(Consumer<ArtifactDetails.Builder> outputArtifactDetails) |
The details of the output artifact of the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.outputArtifactDetails(ArtifactDetails outputArtifactDetails) |
The details of the output artifact of the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.provider(String provider) |
The provider of the service used in the custom action, such as CodeDeploy.
|
default CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.settings(Consumer<ActionTypeSettings.Builder> settings) |
URLs that provide users information about this custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.settings(ActionTypeSettings settings) |
URLs that provide users information about this custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.tags(Collection<Tag> tags) |
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.tags(Tag... tags) |
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.toBuilder() |
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.version(String version) |
The version identifier of the custom action.
|