CopyableBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>
, SdkBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>
public static interface CreatePatchBaselineRequest.Builder extends CopyableBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>
Modifier and Type | Method | Description |
---|---|---|
CreatePatchBaselineRequest.Builder |
approvalRules(PatchRuleGroup approvalRules) |
A set of rules used to include patches in the baseline.
|
CreatePatchBaselineRequest.Builder |
approvedPatches(String... approvedPatches) |
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
approvedPatches(Collection<String> approvedPatches) |
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
clientToken(String clientToken) |
User-provided idempotency token.
|
CreatePatchBaselineRequest.Builder |
description(String description) |
A description of the patch baseline.
|
CreatePatchBaselineRequest.Builder |
globalFilters(PatchFilterGroup globalFilters) |
A set of global filters used to exclude patches from the baseline.
|
CreatePatchBaselineRequest.Builder |
name(String name) |
The name of the patch baseline.
|
CreatePatchBaselineRequest.Builder |
rejectedPatches(String... rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
rejectedPatches(Collection<String> rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
copy
apply, build
CreatePatchBaselineRequest.Builder name(String name)
The name of the patch baseline.
name
- The name of the patch baseline.CreatePatchBaselineRequest.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.CreatePatchBaselineRequest.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.CreatePatchBaselineRequest.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches
- A list of explicitly approved patches for the baseline.CreatePatchBaselineRequest.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.CreatePatchBaselineRequest.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches
- A list of explicitly rejected patches for the baseline.CreatePatchBaselineRequest.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.CreatePatchBaselineRequest.Builder description(String description)
A description of the patch baseline.
description
- A description of the patch baseline.CreatePatchBaselineRequest.Builder clientToken(String clientToken)
User-provided idempotency token.
clientToken
- User-provided idempotency token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.