public static interface GetPatchBaselineForPatchGroupRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetPatchBaselineForPatchGroupRequest.Builder,GetPatchBaselineForPatchGroupRequest>
Modifier and Type | Method and Description |
---|---|
GetPatchBaselineForPatchGroupRequest.Builder |
operatingSystem(OperatingSystem operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
operatingSystem(String operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPatchBaselineForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetPatchBaselineForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
patchGroup
- The name of the patch group whose patch baseline should be retrieved.GetPatchBaselineForPatchGroupRequest.Builder operatingSystem(String operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns the operating system rule specified for patch groups using the patch baseline.OperatingSystem
,
OperatingSystem
GetPatchBaselineForPatchGroupRequest.Builder operatingSystem(OperatingSystem operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns the operating system rule specified for patch groups using the patch baseline.OperatingSystem
,
OperatingSystem
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.