Interface EnabledBaselineSummary.Builder

  • Method Details

    • 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

      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.
    • statusSummary

      Sets the value of the StatusSummary property for this object. This is a convenience method that creates an instance of the EnablementStatusSummary.Builder avoiding the need to create one manually via EnablementStatusSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to statusSummary(EnablementStatusSummary).

      Parameters:
      statusSummary - a consumer that will call methods on EnablementStatusSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.