Interface GetPatchBaselineRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>, SdkBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>, SdkPojo, SdkRequest.Builder, SsmRequest.Builder
Enclosing class:
GetPatchBaselineRequest

public static interface GetPatchBaselineRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetPatchBaselineRequest.Builder,GetPatchBaselineRequest>
  • Method Details

    • baselineId

      GetPatchBaselineRequest.Builder baselineId(String 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, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-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, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-0e392de35e7c563b7.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetPatchBaselineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.