CopyableBuilder<GetPatchBaselineResponse.Builder,GetPatchBaselineResponse>
, SdkBuilder<GetPatchBaselineResponse.Builder,GetPatchBaselineResponse>
public static interface GetPatchBaselineResponse.Builder extends CopyableBuilder<GetPatchBaselineResponse.Builder,GetPatchBaselineResponse>
Modifier and Type | Method | Description |
---|---|---|
GetPatchBaselineResponse.Builder |
approvalRules(PatchRuleGroup approvalRules) |
A set of rules used to include patches in the baseline.
|
GetPatchBaselineResponse.Builder |
approvedPatches(String... approvedPatches) |
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResponse.Builder |
approvedPatches(Collection<String> approvedPatches) |
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResponse.Builder |
baselineId(String baselineId) |
The ID of the retrieved patch baseline.
|
GetPatchBaselineResponse.Builder |
createdDate(Date createdDate) |
The date the patch baseline was created.
|
GetPatchBaselineResponse.Builder |
description(String description) |
A description of the patch baseline.
|
GetPatchBaselineResponse.Builder |
globalFilters(PatchFilterGroup globalFilters) |
A set of global filters used to exclude patches from the baseline.
|
GetPatchBaselineResponse.Builder |
modifiedDate(Date modifiedDate) |
The date the patch baseline was last modified.
|
GetPatchBaselineResponse.Builder |
name(String name) |
The name of the patch baseline.
|
GetPatchBaselineResponse.Builder |
patchGroups(String... patchGroups) |
Patch groups included in the patch baseline.
|
GetPatchBaselineResponse.Builder |
patchGroups(Collection<String> patchGroups) |
Patch groups included in the patch baseline.
|
GetPatchBaselineResponse.Builder |
rejectedPatches(String... rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
GetPatchBaselineResponse.Builder |
rejectedPatches(Collection<String> rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
copy
apply, build
GetPatchBaselineResponse.Builder baselineId(String baselineId)
The ID of the retrieved patch baseline.
baselineId
- The ID of the retrieved patch baseline.GetPatchBaselineResponse.Builder name(String name)
The name of the patch baseline.
name
- The name of the patch baseline.GetPatchBaselineResponse.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.GetPatchBaselineResponse.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.GetPatchBaselineResponse.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches
- A list of explicitly approved patches for the baseline.GetPatchBaselineResponse.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.GetPatchBaselineResponse.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches
- A list of explicitly rejected patches for the baseline.GetPatchBaselineResponse.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.GetPatchBaselineResponse.Builder patchGroups(Collection<String> patchGroups)
Patch groups included in the patch baseline.
patchGroups
- Patch groups included in the patch baseline.GetPatchBaselineResponse.Builder patchGroups(String... patchGroups)
Patch groups included in the patch baseline.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchGroups(java.util.Collection)
or #withPatchGroups(java.util.Collection)
if you want
to override the existing values.
patchGroups
- Patch groups included in the patch baseline.GetPatchBaselineResponse.Builder createdDate(Date createdDate)
The date the patch baseline was created.
createdDate
- The date the patch baseline was created.GetPatchBaselineResponse.Builder modifiedDate(Date modifiedDate)
The date the patch baseline was last modified.
modifiedDate
- The date the patch baseline was last modified.GetPatchBaselineResponse.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.