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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
updatesURIThe 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 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 to- GetSoftwareUpdates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-