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 |
artifactList(Consumer<Artifact.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.UpdateJobResponse.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.