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 |
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.
|
build
copy
apply, build
CreateJobResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.