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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSoftwareUpdatesResponse.BuilderupdatesURI(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
updatesURI
GetSoftwareUpdatesResponse.Builder updatesURI(String 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.
-
-