public static interface GetSoftwareUpdatesResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<GetSoftwareUpdatesResponse.Builder,GetSoftwareUpdatesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSoftwareUpdatesResponse.Builder |
updatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified
JobId value. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSoftwareUpdatesResponse.Builder updatesURI(String updatesURI)
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The
software update will be available for 2 days after this request is made. To access an update after the 2 days
have passed, you'll have to make another call to GetSoftwareUpdates.
updatesURI - The Amazon S3 presigned URL for the update file associated with the specified JobId
value. The software update will be available for 2 days after this request is made. To access an
update after the 2 days have passed, you'll have to make another call to
GetSoftwareUpdates.Copyright © 2021. All rights reserved.