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 the Job.
|
StartJobRequest.Builder |
jobReason(String jobReason)
Reason for the Job.
|
StartJobRequest.Builder |
jobType(JobType jobType)
Type for the Job.
|
StartJobRequest.Builder |
jobType(String jobType)
Type for the Job.
|
StartJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.