default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionConfiguration(Consumer<ActionConfiguration.Builder> actionConfiguration) |
Represents information about an action configuration.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionConfiguration(ActionConfiguration actionConfiguration) |
Represents information about an action configuration.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId) |
Represents information about an action type.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.actionTypeId(ActionTypeId actionTypeId) |
Represents information about an action type.
|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.artifactCredentials(Consumer<AWSSessionCredentials.Builder> artifactCredentials) |
Represents an Amazon Web Services session credentials object.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.artifactCredentials(AWSSessionCredentials artifactCredentials) |
Represents an Amazon Web Services session credentials object.
|
static ThirdPartyJobData.Builder |
ThirdPartyJobData.builder() |
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.continuationToken(String continuationToken) |
A system-generated token, such as a 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 Amazon
Web Services Key Management Service (Amazon Web Services 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 Amazon
Web Services Key Management Service (Amazon Web Services KMS) key.
|
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.inputArtifacts(Artifact... inputArtifacts) |
The name of the artifact that is worked on by 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.
|
ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.outputArtifacts(Artifact... 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() |
|