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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPatchBaselineForPatchGroupRequest.BuilderoperatingSystem(String operatingSystem)Returns the operating system rule specified for patch groups using the patch baseline.GetPatchBaselineForPatchGroupRequest.BuilderoperatingSystem(OperatingSystem operatingSystem)Returns the operating system rule specified for patch groups using the patch baseline.GetPatchBaselineForPatchGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPatchBaselineForPatchGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPatchBaselineForPatchGroupRequest.BuilderpatchGroup(String patchGroup)The name of the patch group whose patch baseline should be retrieved.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
patchGroup
GetPatchBaselineForPatchGroupRequest.Builder patchGroup(String 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
GetPatchBaselineForPatchGroupRequest.Builder operatingSystem(String operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
- Parameters:
operatingSystem- Returns the operating system rule specified for patch groups using the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystem,OperatingSystem
-
operatingSystem
GetPatchBaselineForPatchGroupRequest.Builder operatingSystem(OperatingSystem operatingSystem)
Returns the operating system rule specified for patch groups using the patch baseline.
- Parameters:
operatingSystem- Returns the operating system rule specified for patch groups using the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystem,OperatingSystem
-
overrideConfiguration
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-