@Generated(value="software.amazon.awssdk:codegen") public class CreatePatchBaselineRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePatchBaselineRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
PatchRuleGroup |
approvalRules()
A set of rules used to include patches in the baseline.
|
List<String> |
approvedPatches()
A list of explicitly approved patches for the baseline.
|
static CreatePatchBaselineRequest.Builder |
builder() |
String |
clientToken()
User-provided idempotency token.
|
String |
description()
A description of the patch baseline.
|
boolean |
equals(Object obj) |
PatchFilterGroup |
globalFilters()
A set of global filters used to exclude patches from the baseline.
|
int |
hashCode() |
String |
name()
The name of the patch baseline.
|
List<String> |
rejectedPatches()
A list of explicitly rejected patches for the baseline.
|
static Class<? extends CreatePatchBaselineRequest.Builder> |
serializableBuilderClass() |
CreatePatchBaselineRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String name()
The name of the patch baseline.
public PatchFilterGroup globalFilters()
A set of global filters used to exclude patches from the baseline.
public PatchRuleGroup approvalRules()
A set of rules used to include patches in the baseline.
public List<String> approvedPatches()
A list of explicitly approved patches for the baseline.
public List<String> rejectedPatches()
A list of explicitly rejected patches for the baseline.
public String description()
A description of the patch baseline.
public String clientToken()
User-provided idempotency token.
public CreatePatchBaselineRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>public static CreatePatchBaselineRequest.Builder builder()
public static Class<? extends CreatePatchBaselineRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.