| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionConfiguration(Consumer<ActionConfiguration.Builder> actionConfiguration)
Represents information about an action configuration.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.artifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an AWS session credentials object.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.artifactCredentials(Consumer<AWSSessionCredentials.Builder> artifactCredentials)
Represents an AWS session credentials object.
|
static ThirdPartyJobData.Builder |
ThirdPartyJobData.builder() |
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.continuationToken(String continuationToken)
A system-generated token, such as a AWS CodeDeploy deployment ID, that a job requires to continue the job
asynchronously.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS
Key Management Service (AWS KMS) key.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.encryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS
Key Management Service (AWS KMS) key.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.inputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.inputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.inputArtifacts(Consumer<Artifact.Builder>... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Consumer<Artifact.Builder>... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.pipelineContext(Consumer<PipelineContext.Builder> pipelineContext)
Represents information about a pipeline to a job worker.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.pipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThirdPartyJobData.Builder> |
ThirdPartyJobData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ThirdPartyJobDetails.Builder |
ThirdPartyJobDetails.Builder.data(Consumer<ThirdPartyJobData.Builder> data)
The data to be returned by the third party job worker.
|
Copyright © 2023. All rights reserved.