public static interface GetDeployablePatchSnapshotForInstanceResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetDeployablePatchSnapshotForInstanceResponse.Builder,GetDeployablePatchSnapshotForInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
product(String product)
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the
instance for the specified patch snapshot.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
snapshotDownloadUrl(String snapshotDownloadUrl)
A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.
|
GetDeployablePatchSnapshotForInstanceResponse.Builder |
snapshotId(String snapshotId)
The user-defined snapshot ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeployablePatchSnapshotForInstanceResponse.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 Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.
snapshotDownloadUrl - A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch
snapshot.GetDeployablePatchSnapshotForInstanceResponse.Builder product(String product)
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the instance for the specified patch snapshot.
product - Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the
instance for the specified patch snapshot.Copyright © 2021. All rights reserved.