public static interface ProgressDetail.Builder extends SdkPojo, CopyableBuilder<ProgressDetail.Builder,ProgressDetail>
Modifier and Type | Method and Description |
---|---|
ProgressDetail.Builder |
currentProgress(String currentProgress)
The current progress status.
|
ProgressDetail.Builder |
targetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
copy
applyMutation, build
ProgressDetail.Builder currentProgress(String currentProgress)
The current progress status.
currentProgress
- The current progress status.ProgressDetail.Builder targetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
targetResource
- The Amazon Resource Name (ARN) of the deployment job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.