public static interface DescribeCopyJobResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeCopyJobResponse.Builder,DescribeCopyJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeCopyJobResponse.Builder |
copyJob(Consumer<CopyJob.Builder> copyJob)
Contains detailed information about a copy job.
|
DescribeCopyJobResponse.Builder |
copyJob(CopyJob copyJob)
Contains detailed information about a copy job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCopyJobResponse.Builder copyJob(CopyJob copyJob)
Contains detailed information about a copy job.
copyJob - Contains detailed information about a copy job.default DescribeCopyJobResponse.Builder copyJob(Consumer<CopyJob.Builder> copyJob)
Contains detailed information about a copy job.
This is a convenience method that creates an instance of theCopyJob.Builder avoiding the need to
create one manually via CopyJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to copyJob(CopyJob).
copyJob - a consumer that will call methods on CopyJob.BuildercopyJob(CopyJob)Copyright © 2023. All rights reserved.