public static interface CreateCustomActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomActionTypeRequest.Builder,CreateCustomActionTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeRequest.Builder |
category(ActionCategory category)
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
category(String category)
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest.Builder |
configurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
configurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest.Builder |
configurationProperties(Consumer<ActionConfigurationProperty.Builder>... 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.
|
default CreateCustomActionTypeRequest.Builder |
inputArtifactDetails(Consumer<ArtifactDetails.Builder> 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.
|
default CreateCustomActionTypeRequest.Builder |
outputArtifactDetails(Consumer<ArtifactDetails.Builder> outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
CreateCustomActionTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomActionTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomActionTypeRequest.Builder |
provider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
CreateCustomActionTypeRequest.Builder |
settings(ActionTypeSettings settings)
URLs that provide users information about this custom action.
|
default CreateCustomActionTypeRequest.Builder |
settings(Consumer<ActionTypeSettings.Builder> settings)
URLs that provide users information about this custom action.
|
CreateCustomActionTypeRequest.Builder |
tags(Collection<Tag> tags)
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
tags(Tag... tags)
The tags for the custom action.
|
CreateCustomActionTypeRequest.Builder |
version(String version)
The version identifier of the custom action.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomActionTypeRequest.Builder category(String category)
The category of the custom action, such as a build action or a test action.
category - The category of the custom action, such as a build action or a test action.ActionCategory,
ActionCategoryCreateCustomActionTypeRequest.Builder category(ActionCategory category)
The category of the custom action, such as a build action or a test action.
category - The category of the custom action, such as a build action or a test action.ActionCategory,
ActionCategoryCreateCustomActionTypeRequest.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)
URLs that provide users information about this custom action.
settings - URLs that provide users information about this custom action.default CreateCustomActionTypeRequest.Builder settings(Consumer<ActionTypeSettings.Builder> settings)
URLs that provide users information about this custom action.
This is a convenience method that creates an instance of theActionTypeSettings.Builder avoiding the
need to create one manually via ActionTypeSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to settings(ActionTypeSettings).
settings - a consumer that will call methods on ActionTypeSettings.Buildersettings(ActionTypeSettings)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.
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(Consumer<ActionConfigurationProperty.Builder>... 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.
ActionConfigurationProperty.Builder avoiding the
need to create one manually via
ActionConfigurationProperty.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #configurationProperties(List.
configurationProperties - a consumer that will call methods on
ActionConfigurationProperty.Builder#configurationProperties(java.util.Collection) 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.default CreateCustomActionTypeRequest.Builder inputArtifactDetails(Consumer<ArtifactDetails.Builder> inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
This is a convenience method that creates an instance of theArtifactDetails.Builder avoiding the
need to create one manually via ArtifactDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputArtifactDetails(ArtifactDetails).
inputArtifactDetails - a consumer that will call methods on ArtifactDetails.BuilderinputArtifactDetails(ArtifactDetails)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.default CreateCustomActionTypeRequest.Builder outputArtifactDetails(Consumer<ArtifactDetails.Builder> outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
This is a convenience method that creates an instance of theArtifactDetails.Builder avoiding the
need to create one manually via ArtifactDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputArtifactDetails(ArtifactDetails).
outputArtifactDetails - a consumer that will call methods on ArtifactDetails.BuilderoutputArtifactDetails(ArtifactDetails)CreateCustomActionTypeRequest.Builder tags(Collection<Tag> tags)
The tags for the custom action.
tags - The tags for the custom action.CreateCustomActionTypeRequest.Builder tags(Tag... tags)
The tags for the custom action.
tags - The tags for the custom action.CreateCustomActionTypeRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the custom action.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateCustomActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.