public static interface DeregisterPatchBaselineForPatchGroupRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
baselineId(String baselineId)
The ID of the patch baseline to deregister the patch group from.
|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group that should be deregistered from the patch baseline.
|
buildoverrideConfigurationcopyapplyMutation, buildDeregisterPatchBaselineForPatchGroupRequest.Builder baselineId(String baselineId)
The ID of the patch baseline to deregister the patch group from.
baselineId - The ID of the patch baseline to deregister the patch group from.DeregisterPatchBaselineForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group that should be deregistered from the patch baseline.
patchGroup - The name of the patch group that should be deregistered from the patch baseline.DeregisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeregisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.