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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterPatchBaselineForPatchGroupRequest.BuilderbaselineId(String baselineId)The ID of the patch baseline to register with the patch group.RegisterPatchBaselineForPatchGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RegisterPatchBaselineForPatchGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RegisterPatchBaselineForPatchGroupRequest.BuilderpatchGroup(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
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
-
baselineId
RegisterPatchBaselineForPatchGroupRequest.Builder baselineId(String 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
RegisterPatchBaselineForPatchGroupRequest.Builder patchGroup(String 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
-
-