Interface CreateSoftwareUpdateJobResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateSoftwareUpdateJobResponse.Builder,CreateSoftwareUpdateJobResponse>, GreengrassResponse.Builder, SdkBuilder<CreateSoftwareUpdateJobResponse.Builder,CreateSoftwareUpdateJobResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateSoftwareUpdateJobResponse

public static interface CreateSoftwareUpdateJobResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<CreateSoftwareUpdateJobResponse.Builder,CreateSoftwareUpdateJobResponse>
  • Method Details

    • iotJobArn

      The IoT Job ARN corresponding to this update.
      Parameters:
      iotJobArn - The IoT Job ARN corresponding to this update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iotJobId

      The IoT Job Id corresponding to this update.
      Parameters:
      iotJobId - The IoT Job Id corresponding to this update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platformSoftwareVersion

      CreateSoftwareUpdateJobResponse.Builder platformSoftwareVersion(String platformSoftwareVersion)
      The software version installed on the device or devices after the update.
      Parameters:
      platformSoftwareVersion - The software version installed on the device or devices after the update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.