Interface EnableBaselineRequest.Builder

    • Method Detail

      • baselineIdentifier

        EnableBaselineRequest.Builder baselineIdentifier​(String baselineIdentifier)

        The ARN of the baseline to be enabled.

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

        EnableBaselineRequest.Builder baselineVersion​(String baselineVersion)

        The specific version to be enabled of the specified baseline.

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

        EnableBaselineRequest.Builder parameters​(Collection<EnabledBaselineParameter> parameters)

        A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.

        Parameters:
        parameters - A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        EnableBaselineRequest.Builder parameters​(EnabledBaselineParameter... parameters)

        A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.

        Parameters:
        parameters - A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        EnableBaselineRequest.Builder tags​(Map<String,​String> tags)

        Tags associated with input to EnableBaseline.

        Parameters:
        tags - Tags associated with input to EnableBaseline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifier

        EnableBaselineRequest.Builder targetIdentifier​(String targetIdentifier)

        The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.

        Parameters:
        targetIdentifier - The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.