Interface GetSoftwareUpdatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSoftwareUpdatesResponse.Builder,,GetSoftwareUpdatesResponse> SdkBuilder<GetSoftwareUpdatesResponse.Builder,,GetSoftwareUpdatesResponse> SdkPojo,SdkResponse.Builder,SnowballResponse.Builder
- Enclosing class:
GetSoftwareUpdatesResponse
public static interface GetSoftwareUpdatesResponse.Builder
extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<GetSoftwareUpdatesResponse.Builder,GetSoftwareUpdatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionupdatesURI(String updatesURI) The Amazon S3 presigned URL for the update file associated with the specifiedJobIdvalue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
updatesURI
The Amazon S3 presigned URL for the update file associated with the specified
JobIdvalue. 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 toGetSoftwareUpdates.- Parameters:
updatesURI- The Amazon S3 presigned URL for the update file associated with the specifiedJobIdvalue. 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 toGetSoftwareUpdates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-