| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
|
default CompletableFuture<CreateCustomActionTypeResponse> |
CodePipelineAsyncClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.builder() |
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.category(String category)
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom 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.inputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
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.outputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of 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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.provider(String provider)
The provider of the service used in the custom action, such as CodeDeploy.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.settings(ActionTypeSettings settings)
URLs that provide users information about this custom action.
|
default CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.settings(Consumer<ActionTypeSettings.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomActionTypeRequest.Builder> |
CreateCustomActionTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.