public static interface CreateJobResponse.Builder extends ImportExportResponse.Builder, CopyableBuilder<CreateJobResponse.Builder,CreateJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateJobResponse.Builder |
artifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
CreateJobResponse.Builder |
artifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
CreateJobResponse.Builder |
artifactList(Consumer<Artifact.Builder>... artifactList)
Sets the value of the ArtifactList property for this object.
|
CreateJobResponse.Builder |
jobId(String jobId)
Sets the value of the JobId property for this object.
|
CreateJobResponse.Builder |
jobType(JobType jobType)
Sets the value of the JobType property for this object.
|
CreateJobResponse.Builder |
jobType(String jobType)
Sets the value of the JobType property for this object.
|
CreateJobResponse.Builder |
signature(String signature)
Sets the value of the Signature property for this object.
|
CreateJobResponse.Builder |
signatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
CreateJobResponse.Builder |
warningMessage(String warningMessage)
Sets the value of the WarningMessage property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateJobResponse.Builder jobId(String jobId)
jobId - The new value for the JobId property for this object.CreateJobResponse.Builder jobType(String jobType)
CreateJobResponse.Builder jobType(JobType jobType)
CreateJobResponse.Builder signature(String signature)
signature - The new value for the Signature property for this object.CreateJobResponse.Builder signatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this object.CreateJobResponse.Builder warningMessage(String warningMessage)
warningMessage - The new value for the WarningMessage property for this object.CreateJobResponse.Builder artifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.CreateJobResponse.Builder artifactList(Artifact... artifactList)
artifactList - The new value for the ArtifactList property for this object.CreateJobResponse.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.