Interface PatchBaselineIdentity.Builder

    • Method Detail

      • baselineId

        PatchBaselineIdentity.Builder baselineId​(String baselineId)

        The ID of the patch baseline.

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

        PatchBaselineIdentity.Builder baselineName​(String baselineName)

        The name of the patch baseline.

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

        PatchBaselineIdentity.Builder operatingSystem​(String operatingSystem)

        Defines the operating system the patch baseline applies to. The default value is WINDOWS.

        Parameters:
        operatingSystem - Defines the operating system the patch baseline applies to. The default value is WINDOWS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperatingSystem, OperatingSystem
      • operatingSystem

        PatchBaselineIdentity.Builder operatingSystem​(OperatingSystem operatingSystem)

        Defines the operating system the patch baseline applies to. The default value is WINDOWS.

        Parameters:
        operatingSystem - Defines the operating system the patch baseline applies to. The default value is WINDOWS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperatingSystem, OperatingSystem
      • baselineDescription

        PatchBaselineIdentity.Builder baselineDescription​(String baselineDescription)

        The description of the patch baseline.

        Parameters:
        baselineDescription - The description of the patch baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultBaseline

        PatchBaselineIdentity.Builder defaultBaseline​(Boolean defaultBaseline)

        Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

        Parameters:
        defaultBaseline - Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.