public static interface ThirdPartyJobData.Builder extends SdkPojo, CopyableBuilder<ThirdPartyJobData.Builder,ThirdPartyJobData>
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyJobData.Builder |
actionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
|
default ThirdPartyJobData.Builder |
actionConfiguration(Consumer<ActionConfiguration.Builder> actionConfiguration)
Represents information about an action configuration.
|
ThirdPartyJobData.Builder |
actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
default ThirdPartyJobData.Builder |
actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
ThirdPartyJobData.Builder |
artifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an AWS session credentials object.
|
default ThirdPartyJobData.Builder |
artifactCredentials(Consumer<AWSSessionCredentials.Builder> artifactCredentials)
Represents an AWS session credentials object.
|
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 |
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 |
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 |
inputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
inputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
inputArtifacts(Consumer<Artifact.Builder>... inputArtifacts)
The name of the artifact that is worked on by the action, if any.
|
ThirdPartyJobData.Builder |
outputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData.Builder |
outputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
ThirdPartyJobData.Builder |
outputArtifacts(Consumer<Artifact.Builder>... outputArtifacts)
The name of the artifact that is the result of the action, if any.
|
default ThirdPartyJobData.Builder |
pipelineContext(Consumer<PipelineContext.Builder> pipelineContext)
Represents information about a pipeline to a job worker.
|
ThirdPartyJobData.Builder |
pipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThirdPartyJobData.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId - Represents information about an action type.default ThirdPartyJobData.Builder actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
This is a convenience method that creates an instance of theActionTypeId.Builder avoiding the need
to create one manually via ActionTypeId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to actionTypeId(ActionTypeId).
actionTypeId - a consumer that will call methods on ActionTypeId.BuilderactionTypeId(ActionTypeId)ThirdPartyJobData.Builder actionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
actionConfiguration - Represents information about an action configuration.default ThirdPartyJobData.Builder actionConfiguration(Consumer<ActionConfiguration.Builder> actionConfiguration)
Represents information about an action configuration.
This is a convenience method that creates an instance of theActionConfiguration.Builder avoiding the
need to create one manually via ActionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to actionConfiguration(ActionConfiguration).
actionConfiguration - a consumer that will call methods on ActionConfiguration.BuilderactionConfiguration(ActionConfiguration)ThirdPartyJobData.Builder pipelineContext(PipelineContext pipelineContext)
Represents information about a pipeline to a job worker.
Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.
pipelineContext - Represents information about a pipeline to a job worker.
Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.
default ThirdPartyJobData.Builder pipelineContext(Consumer<PipelineContext.Builder> pipelineContext)
Represents information about a pipeline to a job worker.
Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.
PipelineContext.Builder avoiding
the need to create one manually via PipelineContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pipelineContext(PipelineContext).
pipelineContext - a consumer that will call methods on PipelineContext.BuilderpipelineContext(PipelineContext)ThirdPartyJobData.Builder inputArtifacts(Collection<Artifact> inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
inputArtifacts - The name of the artifact that is worked on by the action, if any. This name might be system-generated,
such as "MyApp", or it might be defined by the user when the action is created. The input artifact
name must match the name of an output artifact generated by an action in an earlier action or stage of
the pipeline.ThirdPartyJobData.Builder inputArtifacts(Artifact... inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
inputArtifacts - The name of the artifact that is worked on by the action, if any. This name might be system-generated,
such as "MyApp", or it might be defined by the user when the action is created. The input artifact
name must match the name of an output artifact generated by an action in an earlier action or stage of
the pipeline.ThirdPartyJobData.Builder inputArtifacts(Consumer<Artifact.Builder>... inputArtifacts)
The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.
This is a convenience method that creates an instance of theArtifact.Builder avoiding the need to create one
manually via Artifact.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #inputArtifacts(List.
inputArtifacts - a consumer that will call methods on
Artifact.Builder#inputArtifacts(java.util.Collection) ThirdPartyJobData.Builder outputArtifacts(Collection<Artifact> outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
outputArtifacts - The name of the artifact that is the result of the action, if any. This name might be
system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.ThirdPartyJobData.Builder outputArtifacts(Artifact... outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
outputArtifacts - The name of the artifact that is the result of the action, if any. This name might be
system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.ThirdPartyJobData.Builder outputArtifacts(Consumer<Artifact.Builder>... outputArtifacts)
The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.
This is a convenience method that creates an instance of theArtifact.Builder avoiding the need to create one
manually via Artifact.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #outputArtifacts(List.
outputArtifacts - a consumer that will call methods on
Artifact.Builder#outputArtifacts(java.util.Collection) ThirdPartyJobData.Builder artifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in AWS CodePipeline.
artifactCredentials - Represents an AWS session credentials object. These credentials are temporary credentials that are
issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the
S3 bucket used to store artifact for the pipeline in AWS CodePipeline.default ThirdPartyJobData.Builder artifactCredentials(Consumer<AWSSessionCredentials.Builder> artifactCredentials)
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in AWS CodePipeline.
This is a convenience method that creates an instance of theAWSSessionCredentials.Builder avoiding
the need to create one manually via AWSSessionCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to artifactCredentials(AWSSessionCredentials).
artifactCredentials - a consumer that will call methods on AWSSessionCredentials.BuilderartifactCredentials(AWSSessionCredentials)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.
continuationToken - A system-generated token, such as a AWS CodeDeploy deployment ID, that a job requires to continue the
job asynchronously.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. This is optional and might not be present.
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. This is optional and might not be present.default 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. This is optional and might not be present.
This is a convenience method that creates an instance of theEncryptionKey.Builder avoiding the need
to create one manually via EncryptionKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionKey(EncryptionKey).
encryptionKey - a consumer that will call methods on EncryptionKey.BuilderencryptionKey(EncryptionKey)Copyright © 2023. All rights reserved.