public static interface PatchGroupPatchBaselineMapping.Builder extends CopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
Modifier and Type | Method and Description |
---|---|
default PatchGroupPatchBaselineMapping.Builder |
baselineIdentity(Consumer<PatchBaselineIdentity.Builder> baselineIdentity)
The patch baseline the patch group is registered with.
|
PatchGroupPatchBaselineMapping.Builder |
baselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
PatchGroupPatchBaselineMapping.Builder |
patchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
copy
applyMutation, build
PatchGroupPatchBaselineMapping.Builder patchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
patchGroup
- The name of the patch group registered with the patch baseline.PatchGroupPatchBaselineMapping.Builder baselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
baselineIdentity
- The patch baseline the patch group is registered with.default PatchGroupPatchBaselineMapping.Builder baselineIdentity(Consumer<PatchBaselineIdentity.Builder> baselineIdentity)
The patch baseline the patch group is registered with.
This is a convenience that creates an instance of thePatchBaselineIdentity.Builder
avoiding the need
to create one manually via PatchBaselineIdentity.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to baselineIdentity(PatchBaselineIdentity)
.baselineIdentity
- a consumer that will call methods on PatchBaselineIdentity.Builder
baselineIdentity(PatchBaselineIdentity)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.