CopyableBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>
, SdkBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>
public static interface GetDeployablePatchSnapshotForInstanceResponse.Builder extends CopyableBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
snapshotDownloadUrl(String snapshotDownloadUrl) |
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
snapshotId(String snapshotId) |
The user-defined snapshot ID.
|
copy
apply, build
GetDeployablePatchSnapshotForInstanceResponse.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.GetDeployablePatchSnapshotForInstanceResponse.Builder snapshotId(String snapshotId)
The user-defined snapshot ID.
snapshotId
- The user-defined snapshot ID.GetDeployablePatchSnapshotForInstanceResponse.Builder snapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon S3 URL that can be used to download the patch snapshot.
snapshotDownloadUrl
- A pre-signed Amazon S3 URL that can be used to download the patch snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.