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 Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.