Interface GetDefaultPatchBaselineResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>, SdkBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>, SdkPojo, SdkResponse.Builder, SsmResponse.Builder
Enclosing class:
GetDefaultPatchBaselineResponse

public static interface GetDefaultPatchBaselineResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>
  • Method Details

    • baselineId

      The ID of the default patch baseline.

      Parameters:
      baselineId - The ID of the default patch baseline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingSystem

      GetDefaultPatchBaselineResponse.Builder operatingSystem(String operatingSystem)

      The operating system for the returned patch baseline.

      Parameters:
      operatingSystem - The operating system for the returned patch baseline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operatingSystem

      GetDefaultPatchBaselineResponse.Builder operatingSystem(OperatingSystem operatingSystem)

      The operating system for the returned patch baseline.

      Parameters:
      operatingSystem - The operating system for the returned patch baseline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: