Class LastPatchInstallationSummaryResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.LastPatchInstallationSummaryResponse.Builder
-
- Enclosing class:
- LastPatchInstallationSummaryResponse
public static final class LastPatchInstallationSummaryResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(LastPatchInstallationSummaryResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(LastPatchInstallationSummaryResponse defaults)
-
-
Method Detail
-
error
public LastPatchInstallationSummaryResponse.Builder error(ApiErrorResponse error)
-
excludedPatchCount
public LastPatchInstallationSummaryResponse.Builder excludedPatchCount(java.lang.Integer excludedPatchCount)
-
failedPatchCount
public LastPatchInstallationSummaryResponse.Builder failedPatchCount(java.lang.Integer failedPatchCount)
-
installationActivityId
public LastPatchInstallationSummaryResponse.Builder installationActivityId(java.lang.String installationActivityId)
-
installedPatchCount
public LastPatchInstallationSummaryResponse.Builder installedPatchCount(java.lang.Integer installedPatchCount)
-
lastModifiedTime
public LastPatchInstallationSummaryResponse.Builder lastModifiedTime(java.lang.String lastModifiedTime)
-
maintenanceWindowExceeded
public LastPatchInstallationSummaryResponse.Builder maintenanceWindowExceeded(java.lang.Boolean maintenanceWindowExceeded)
-
notSelectedPatchCount
public LastPatchInstallationSummaryResponse.Builder notSelectedPatchCount(java.lang.Integer notSelectedPatchCount)
-
pendingPatchCount
public LastPatchInstallationSummaryResponse.Builder pendingPatchCount(java.lang.Integer pendingPatchCount)
-
startTime
public LastPatchInstallationSummaryResponse.Builder startTime(java.lang.String startTime)
-
status
public LastPatchInstallationSummaryResponse.Builder status(java.lang.String status)
-
build
public LastPatchInstallationSummaryResponse build()
-
-