public static interface StartJobRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StartJobRequest.Builder,StartJobRequest>
buildoverrideConfigurationcopyapplyMutation, 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 the Job.
jobId - Unique Id for the Job.StartJobRequest.Builder jobType(String jobType)
Type for the Job.
StartJobRequest.Builder jobType(JobType jobType)
Type for the Job.
StartJobRequest.Builder jobReason(String jobReason)
Reason for the Job.
jobReason - Reason for the 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.