Interface RegisterPatchBaselineForPatchGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,,RegisterPatchBaselineForPatchGroupRequest> SdkBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,,RegisterPatchBaselineForPatchGroupRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- RegisterPatchBaselineForPatchGroupRequest
@Mutable
@NotThreadSafe
public static interface RegisterPatchBaselineForPatchGroupRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,RegisterPatchBaselineForPatchGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbaselineId(String baselineId) The ID of the patch baseline to register with the patch group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) patchGroup(String patchGroup) The name of the patch group to be registered with the patch baseline.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
-
baselineId
The ID of the patch baseline to register with the patch group.
- Parameters:
baselineId- The ID of the patch baseline to register with the patch group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchGroup
The name of the patch group to be registered with the patch baseline.
- Parameters:
patchGroup- The name of the patch group to be registered with the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RegisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-