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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSoftwareUpdateJobResponse.BuilderiotJobArn(String iotJobArn)The IoT Job ARN corresponding to this update.CreateSoftwareUpdateJobResponse.BuilderiotJobId(String iotJobId)The IoT Job Id corresponding to this update.CreateSoftwareUpdateJobResponse.BuilderplatformSoftwareVersion(String platformSoftwareVersion)The software version installed on the device or devices after the update.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
iotJobArn
CreateSoftwareUpdateJobResponse.Builder iotJobArn(String 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
CreateSoftwareUpdateJobResponse.Builder iotJobId(String 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.
-
-