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) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeregisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-