public static interface GetStatusResponse.Builder extends ImportExportResponse.Builder, CopyableBuilder<GetStatusResponse.Builder,GetStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetStatusResponse.Builder |
artifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
GetStatusResponse.Builder |
artifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
GetStatusResponse.Builder |
artifactList(Consumer<Artifact.Builder>... artifactList)
Sets the value of the ArtifactList property for this object.
|
GetStatusResponse.Builder |
carrier(String carrier)
Sets the value of the Carrier property for this object.
|
GetStatusResponse.Builder |
creationDate(Instant creationDate)
Sets the value of the CreationDate property for this object.
|
GetStatusResponse.Builder |
currentManifest(String currentManifest)
Sets the value of the CurrentManifest property for this object.
|
GetStatusResponse.Builder |
errorCount(Integer errorCount)
Sets the value of the ErrorCount property for this object.
|
GetStatusResponse.Builder |
jobId(String jobId)
Sets the value of the JobId property for this object.
|
GetStatusResponse.Builder |
jobType(JobType jobType)
Sets the value of the JobType property for this object.
|
GetStatusResponse.Builder |
jobType(String jobType)
Sets the value of the JobType property for this object.
|
GetStatusResponse.Builder |
locationCode(String locationCode)
Sets the value of the LocationCode property for this object.
|
GetStatusResponse.Builder |
locationMessage(String locationMessage)
Sets the value of the LocationMessage property for this object.
|
GetStatusResponse.Builder |
logBucket(String logBucket)
Sets the value of the LogBucket property for this object.
|
GetStatusResponse.Builder |
logKey(String logKey)
Sets the value of the LogKey property for this object.
|
GetStatusResponse.Builder |
progressCode(String progressCode)
Sets the value of the ProgressCode property for this object.
|
GetStatusResponse.Builder |
progressMessage(String progressMessage)
Sets the value of the ProgressMessage property for this object.
|
GetStatusResponse.Builder |
signature(String signature)
Sets the value of the Signature property for this object.
|
GetStatusResponse.Builder |
signatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
GetStatusResponse.Builder |
trackingNumber(String trackingNumber)
Sets the value of the TrackingNumber property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetStatusResponse.Builder jobId(String jobId)
jobId - The new value for the JobId property for this object.GetStatusResponse.Builder jobType(String jobType)
GetStatusResponse.Builder jobType(JobType jobType)
GetStatusResponse.Builder locationCode(String locationCode)
locationCode - The new value for the LocationCode property for this object.GetStatusResponse.Builder locationMessage(String locationMessage)
locationMessage - The new value for the LocationMessage property for this object.GetStatusResponse.Builder progressCode(String progressCode)
progressCode - The new value for the ProgressCode property for this object.GetStatusResponse.Builder progressMessage(String progressMessage)
progressMessage - The new value for the ProgressMessage property for this object.GetStatusResponse.Builder carrier(String carrier)
carrier - The new value for the Carrier property for this object.GetStatusResponse.Builder trackingNumber(String trackingNumber)
trackingNumber - The new value for the TrackingNumber property for this object.GetStatusResponse.Builder logBucket(String logBucket)
logBucket - The new value for the LogBucket property for this object.GetStatusResponse.Builder logKey(String logKey)
logKey - The new value for the LogKey property for this object.GetStatusResponse.Builder errorCount(Integer errorCount)
errorCount - The new value for the ErrorCount property for this object.GetStatusResponse.Builder signature(String signature)
signature - The new value for the Signature property for this object.GetStatusResponse.Builder signatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this object.GetStatusResponse.Builder currentManifest(String currentManifest)
currentManifest - The new value for the CurrentManifest property for this object.GetStatusResponse.Builder creationDate(Instant creationDate)
creationDate - The new value for the CreationDate property for this object.GetStatusResponse.Builder artifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.GetStatusResponse.Builder artifactList(Artifact... artifactList)
artifactList - The new value for the ArtifactList property for this object.GetStatusResponse.Builder artifactList(Consumer<Artifact.Builder>... artifactList)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #artifactList(List) .artifactList - a consumer that will call methods on List.Builder #artifactList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.