Interface GetPatchBaselineForPatchGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPatchBaselineForPatchGroupRequest.Builder,,GetPatchBaselineForPatchGroupRequest> SdkBuilder<GetPatchBaselineForPatchGroupRequest.Builder,,GetPatchBaselineForPatchGroupRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetPatchBaselineForPatchGroupRequest
@Mutable
@NotThreadSafe
public static interface GetPatchBaselineForPatchGroupRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetPatchBaselineForPatchGroupRequest.Builder,GetPatchBaselineForPatchGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoperatingSystem(String operatingSystem) Returns the operating system rule specified for patch groups using the patch baseline.operatingSystem(OperatingSystem operatingSystem) Returns the operating system rule specified for patch groups using the patch baseline.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) patchGroup(String patchGroup) The name of the patch group whose patch baseline should be retrieved.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
patchGroup
The name of the patch group whose patch baseline should be retrieved.
- Parameters:
patchGroup- The name of the patch group whose patch baseline should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingSystem
Returns the operating system rule specified for patch groups using the patch baseline. The default value is
WINDOWS.- Parameters:
operatingSystem- Returns the operating system rule specified for patch groups using the patch baseline. The default value isWINDOWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operatingSystem
Returns the operating system rule specified for patch groups using the patch baseline. The default value is
WINDOWS.- Parameters:
operatingSystem- Returns the operating system rule specified for patch groups using the patch baseline. The default value isWINDOWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-