Interface EnabledBaselineSummary.Builder

    • Method Detail

      • arn

        EnabledBaselineSummary.Builder arn​(String arn)

        The ARN of the EnabledBaseline resource

        Parameters:
        arn - The ARN of the EnabledBaseline resource
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baselineIdentifier

        EnabledBaselineSummary.Builder baselineIdentifier​(String baselineIdentifier)

        The specific baseline that is enabled as part of the EnabledBaseline resource.

        Parameters:
        baselineIdentifier - The specific baseline that is enabled as part of the EnabledBaseline resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baselineVersion

        EnabledBaselineSummary.Builder baselineVersion​(String baselineVersion)

        The enabled version of the baseline.

        Parameters:
        baselineVersion - The enabled version of the baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentIdentifier

        EnabledBaselineSummary.Builder parentIdentifier​(String parentIdentifier)

        An ARN that represents an object returned by ListEnabledBaseline, to describe an enabled baseline.

        Parameters:
        parentIdentifier - An ARN that represents an object returned by ListEnabledBaseline, to describe an enabled baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusSummary

        EnabledBaselineSummary.Builder statusSummary​(EnablementStatusSummary statusSummary)
        Sets the value of the StatusSummary property for this object.
        Parameters:
        statusSummary - The new value for the StatusSummary property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifier

        EnabledBaselineSummary.Builder targetIdentifier​(String targetIdentifier)

        The target upon which the baseline is enabled.

        Parameters:
        targetIdentifier - The target upon which the baseline is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.