public static interface GetPatchBaselineForPatchGroupRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetPatchBaselineForPatchGroupRequest.Builder,GetPatchBaselineForPatchGroupRequest>
Modifier and Type | Method and Description |
---|---|
GetPatchBaselineForPatchGroupRequest.Builder |
operatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
operatingSystem(String operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
|
GetPatchBaselineForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group whose patch baseline should be retrieved.
|
GetPatchBaselineForPatchGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetPatchBaselineForPatchGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
,
OperatingSystem
GetPatchBaselineForPatchGroupRequest.Builder operatingSystem(OperatingSystem operatingSystem)
Returns he operating system rule specified for patch groups using the patch baseline.
operatingSystem
- Returns he operating system rule specified for patch groups using the patch baseline.OperatingSystem
,
OperatingSystem
GetPatchBaselineForPatchGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetPatchBaselineForPatchGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.