Interface JobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobSummary.Builder,
,JobSummary> SdkBuilder<JobSummary.Builder,
,JobSummary> SdkPojo
- Enclosing class:
JobSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe commit ID from a third-party repository provider for the job.commitMessage
(String commitMessage) The commit message from a third-party repository provider for the job.commitTime
(Instant commitTime) The commit date and time for the job.The end date and time for the job.The Amazon Resource Name (ARN) for the job.The unique ID for the job.The type for the job.The type for the job.The source URL for the files to deploy.sourceUrlType
(String sourceUrlType) The type of source specified by thesourceURL
.sourceUrlType
(SourceUrlType sourceUrlType) The type of source specified by thesourceURL
.The start date and time for the job.The current status for the job.The current status for the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobArn
The Amazon Resource Name (ARN) for the job.
- Parameters:
jobArn
- The Amazon Resource Name (ARN) for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The unique ID for the job.
- Parameters:
jobId
- The unique ID for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitId
The commit ID from a third-party repository provider for the job.
- Parameters:
commitId
- The commit ID from a third-party repository provider for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitMessage
The commit message from a third-party repository provider for the job.
- Parameters:
commitMessage
- The commit message from a third-party repository provider for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitTime
The commit date and time for the job.
- Parameters:
commitTime
- The commit date and time for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start date and time for the job.
- Parameters:
startTime
- The start date and time for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status for the job.
- Parameters:
status
- The current status for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status for the job.
- Parameters:
status
- The current status for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endTime
The end date and time for the job.
- Parameters:
endTime
- The end date and time for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The type for the job. If the value is
RELEASE
, the job was manually released from its source by using theStartJob
API. This value is available only for apps that are connected to a repository.If the value is
RETRY
, the job was manually retried using theStartJob
API. If the value isWEB_HOOK
, the job was automatically triggered by webhooks. If the value isMANUAL
, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.- Parameters:
jobType
- The type for the job. If the value isRELEASE
, the job was manually released from its source by using theStartJob
API. This value is available only for apps that are connected to a repository.If the value is
RETRY
, the job was manually retried using theStartJob
API. If the value isWEB_HOOK
, the job was automatically triggered by webhooks. If the value isMANUAL
, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The type for the job. If the value is
RELEASE
, the job was manually released from its source by using theStartJob
API. This value is available only for apps that are connected to a repository.If the value is
RETRY
, the job was manually retried using theStartJob
API. If the value isWEB_HOOK
, the job was automatically triggered by webhooks. If the value isMANUAL
, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.- Parameters:
jobType
- The type for the job. If the value isRELEASE
, the job was manually released from its source by using theStartJob
API. This value is available only for apps that are connected to a repository.If the value is
RETRY
, the job was manually retried using theStartJob
API. If the value isWEB_HOOK
, the job was automatically triggered by webhooks. If the value isMANUAL
, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceUrl
The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.
- Parameters:
sourceUrl
- The source URL for the files to deploy. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUrlType
The type of source specified by the
sourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Parameters:
sourceUrlType
- The type of source specified by thesourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceUrlType
The type of source specified by the
sourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Parameters:
sourceUrlType
- The type of source specified by thesourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-