Interface EnabledBaselineDetails.Builder

    • Method Detail

      • arn

        EnabledBaselineDetails.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

        EnabledBaselineDetails.Builder baselineIdentifier​(String baselineIdentifier)

        The specific Baseline enabled as part of the EnabledBaseline resource.

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

        EnabledBaselineDetails.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.
      • parameters

        EnabledBaselineDetails.Builder parameters​(Collection<EnabledBaselineParameterSummary> parameters)

        Shows the parameters that are applied when enabling this Baseline.

        Parameters:
        parameters - Shows the parameters that are applied when enabling this Baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        EnabledBaselineDetails.Builder parameters​(EnabledBaselineParameterSummary... parameters)

        Shows the parameters that are applied when enabling this Baseline.

        Parameters:
        parameters - Shows the parameters that are applied when enabling this Baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentIdentifier

        EnabledBaselineDetails.Builder parentIdentifier​(String parentIdentifier)

        An ARN that represents the parent EnabledBaseline at the Organizational Unit (OU) level, from which the child EnabledBaseline inherits its configuration. The value is returned by GetEnabledBaseline.

        Parameters:
        parentIdentifier - An ARN that represents the parent EnabledBaseline at the Organizational Unit (OU) level, from which the child EnabledBaseline inherits its configuration. The value is returned by GetEnabledBaseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusSummary

        EnabledBaselineDetails.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

        EnabledBaselineDetails.Builder targetIdentifier​(String targetIdentifier)

        The target on which to enable the Baseline.

        Parameters:
        targetIdentifier - The target on which to enable the Baseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.