public static interface UpdateJobResponse.Builder extends ImportExportResponse.Builder, CopyableBuilder<UpdateJobResponse.Builder,UpdateJobResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobResponse.Builder |
artifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
UpdateJobResponse.Builder |
artifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
UpdateJobResponse.Builder |
success(Boolean success)
Sets the value of the Success property for this object.
|
UpdateJobResponse.Builder |
warningMessage(String warningMessage)
Sets the value of the WarningMessage property for this object.
|
buildcopyapply, buildUpdateJobResponse.Builder success(Boolean success)
success - The new value for the Success property for this object.UpdateJobResponse.Builder warningMessage(String warningMessage)
warningMessage - The new value for the WarningMessage property for this object.UpdateJobResponse.Builder artifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.UpdateJobResponse.Builder artifactList(Artifact... artifactList)
artifactList - The new value for the ArtifactList property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.