public static interface StartJobRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StartJobRequest.Builder,StartJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartJobRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
StartJobRequest.Builder |
branchName(String branchName)
Name for the branch, for the Job.
|
StartJobRequest.Builder |
commitId(String commitId)
Commit Id from 3rd party repository provider for the Job.
|
StartJobRequest.Builder |
commitMessage(String commitMessage)
Commit message from 3rd party repository provider for the Job.
|
StartJobRequest.Builder |
commitTime(Instant commitTime)
Commit date / time for the Job.
|
StartJobRequest.Builder |
jobId(String jobId)
Unique Id for an existing job.
|
StartJobRequest.Builder |
jobReason(String jobReason)
Descriptive reason for starting this job.
|
StartJobRequest.Builder |
jobType(JobType jobType)
Type for the Job.
|
StartJobRequest.Builder |
jobType(String jobType)
Type for the Job.
|
StartJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartJobRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.StartJobRequest.Builder branchName(String branchName)
Name for the branch, for the Job.
branchName - Name for the branch, for the Job.StartJobRequest.Builder jobId(String jobId)
Unique Id for an existing job. Required for "RETRY" JobType.
jobId - Unique Id for an existing job. Required for "RETRY" JobType.StartJobRequest.Builder jobType(String jobType)
Type for the Job. Available JobTypes are: \n "RELEASE": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. "RETRY": Retry an existing job. JobId is required for this type of job.
jobType - Type for the Job. Available JobTypes are: \n "RELEASE": Start a new job with the latest change from
the specified branch. Only available for apps that have connected to a repository. "RETRY": Retry an
existing job. JobId is required for this type of job.JobType,
JobTypeStartJobRequest.Builder jobType(JobType jobType)
Type for the Job. Available JobTypes are: \n "RELEASE": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. "RETRY": Retry an existing job. JobId is required for this type of job.
jobType - Type for the Job. Available JobTypes are: \n "RELEASE": Start a new job with the latest change from
the specified branch. Only available for apps that have connected to a repository. "RETRY": Retry an
existing job. JobId is required for this type of job.JobType,
JobTypeStartJobRequest.Builder jobReason(String jobReason)
Descriptive reason for starting this job.
jobReason - Descriptive reason for starting this job.StartJobRequest.Builder commitId(String commitId)
Commit Id from 3rd party repository provider for the Job.
commitId - Commit Id from 3rd party repository provider for the Job.StartJobRequest.Builder commitMessage(String commitMessage)
Commit message from 3rd party repository provider for the Job.
commitMessage - Commit message from 3rd party repository provider for the Job.StartJobRequest.Builder commitTime(Instant commitTime)
Commit date / time for the Job.
commitTime - Commit date / time for the Job.StartJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.