Interface PatchSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PatchSummary.Builder,
,PatchSummary> SdkBuilder<PatchSummary.Builder,
,PatchSummary> SdkPojo
- Enclosing class:
PatchSummary
-
Method Summary
Modifier and TypeMethodDescriptionfailedCount
(Integer failedCount) The number of patches from the compliance standard that failed to install.The identifier of the compliance standard that was used to determine the patch compliance status.installedCount
(Integer installedCount) The number of patches from the compliance standard that were installed successfully.installedOtherCount
(Integer installedOtherCount) The number of installed patches that are not part of the compliance standard.installedPendingReboot
(Integer installedPendingReboot) The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.installedRejectedCount
(Integer installedRejectedCount) The number of patches that are installed but are also on a list of patches that the customer rejected.missingCount
(Integer missingCount) The number of patches that are part of the compliance standard but are not installed.The type of patch operation performed.operationEndTime
(String operationEndTime) Indicates when the operation completed.operationStartTime
(String operationStartTime) Indicates when the operation started.rebootOption
(String rebootOption) The reboot option specified for the instance.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, sdkFields
-
Method Details
-
id
The identifier of the compliance standard that was used to determine the patch compliance status.
Length Constraints: Minimum length of 1. Maximum length of 256.
- Parameters:
id
- The identifier of the compliance standard that was used to determine the patch compliance status.Length Constraints: Minimum length of 1. Maximum length of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedCount
The number of patches from the compliance standard that were installed successfully.
The value can be an integer from
0
to100000
.- Parameters:
installedCount
- The number of patches from the compliance standard that were installed successfully.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingCount
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
The value can be an integer from
0
to100000
.- Parameters:
missingCount
- The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedCount
The number of patches from the compliance standard that failed to install.
The value can be an integer from
0
to100000
.- Parameters:
failedCount
- The number of patches from the compliance standard that failed to install.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedOtherCount
The number of installed patches that are not part of the compliance standard.
The value can be an integer from
0
to100000
.- Parameters:
installedOtherCount
- The number of installed patches that are not part of the compliance standard.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedRejectedCount
The number of patches that are installed but are also on a list of patches that the customer rejected.
The value can be an integer from
0
to100000
.- Parameters:
installedRejectedCount
- The number of patches that are installed but are also on a list of patches that the customer rejected.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedPendingReboot
The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.
The value can be an integer from
0
to100000
.- Parameters:
installedPendingReboot
- The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.The value can be an integer from
0
to100000
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationStartTime
Indicates when the operation started.
This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
- Parameters:
operationStartTime
- Indicates when the operation started.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
operationEndTime
Indicates when the operation completed.
This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
- Parameters:
operationEndTime
- Indicates when the operation completed.This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
rebootOption
The reboot option specified for the instance.
Length Constraints: Minimum length of 1. Maximum length of 256.
- Parameters:
rebootOption
- The reboot option specified for the instance.Length Constraints: Minimum length of 1. Maximum length of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
The type of patch operation performed. For Patch Manager, the values are
SCAN
andINSTALL
.Length Constraints: Minimum length of 1. Maximum length of 256.
- Parameters:
operation
- The type of patch operation performed. For Patch Manager, the values areSCAN
andINSTALL
.Length Constraints: Minimum length of 1. Maximum length of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-