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