Interface GetPatchBaselineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPatchBaselineRequest.Builder,,GetPatchBaselineRequest> SdkBuilder<GetPatchBaselineRequest.Builder,,GetPatchBaselineRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetPatchBaselineRequest
@Mutable
@NotThreadSafe
public static interface GetPatchBaselineRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbaselineId(String baselineId) The ID of the patch baseline to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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 retrieve.
To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline
AWS-AmazonLinuxDefaultPatchBaseline, specifyarn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7instead ofpb-0e392de35e7c563b7.- Parameters:
baselineId- The ID of the patch baseline to retrieve.To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline
AWS-AmazonLinuxDefaultPatchBaseline, specifyarn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7instead ofpb-0e392de35e7c563b7.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPatchBaselineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPatchBaselineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-