CopyableBuilder<UpdatePatchBaselineResponse.Builder,UpdatePatchBaselineResponse>, SdkBuilder<UpdatePatchBaselineResponse.Builder,UpdatePatchBaselineResponse>public static interface UpdatePatchBaselineResponse.Builder extends CopyableBuilder<UpdatePatchBaselineResponse.Builder,UpdatePatchBaselineResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdatePatchBaselineResponse.Builder |
approvalRules(PatchRuleGroup approvalRules) |
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResponse.Builder |
approvedPatches(String... approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
approvedPatches(Collection<String> approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
baselineId(String baselineId) |
The ID of the deleted patch baseline.
|
UpdatePatchBaselineResponse.Builder |
createdDate(Date createdDate) |
The date when the patch baseline was created.
|
UpdatePatchBaselineResponse.Builder |
description(String description) |
A description of the Patch Baseline.
|
UpdatePatchBaselineResponse.Builder |
globalFilters(PatchFilterGroup globalFilters) |
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResponse.Builder |
modifiedDate(Date modifiedDate) |
The date when the patch baseline was last modified.
|
UpdatePatchBaselineResponse.Builder |
name(String name) |
The name of the patch baseline.
|
UpdatePatchBaselineResponse.Builder |
rejectedPatches(String... rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
rejectedPatches(Collection<String> rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
copyapply, buildUpdatePatchBaselineResponse.Builder baselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId - The ID of the deleted patch baseline.UpdatePatchBaselineResponse.Builder name(String name)
The name of the patch baseline.
name - The name of the patch baseline.UpdatePatchBaselineResponse.Builder globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
globalFilters - A set of global filters used to exclude patches from the baseline.UpdatePatchBaselineResponse.Builder approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
approvalRules - A set of rules used to include patches in the baseline.UpdatePatchBaselineResponse.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineResponse.Builder approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
#setApprovedPatches(java.util.Collection) or #withApprovedPatches(java.util.Collection) if
you want to override the existing values.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineResponse.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineResponse.Builder rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
#setRejectedPatches(java.util.Collection) or #withRejectedPatches(java.util.Collection) if
you want to override the existing values.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineResponse.Builder createdDate(Date createdDate)
The date when the patch baseline was created.
createdDate - The date when the patch baseline was created.UpdatePatchBaselineResponse.Builder modifiedDate(Date modifiedDate)
The date when the patch baseline was last modified.
modifiedDate - The date when the patch baseline was last modified.UpdatePatchBaselineResponse.Builder description(String description)
A description of the Patch Baseline.
description - A description of the Patch Baseline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.