Interface MetricPolicyRule.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MetricPolicyRule.Builder,MetricPolicyRule>, SdkBuilder<MetricPolicyRule.Builder,MetricPolicyRule>, SdkPojo
Enclosing class:
MetricPolicyRule

public static interface MetricPolicyRule.Builder extends SdkPojo, CopyableBuilder<MetricPolicyRule.Builder,MetricPolicyRule>
  • Method Details

    • objectGroup

      MetricPolicyRule.Builder objectGroup(String objectGroup)

      A path or file name that defines which objects to include in the group. Wildcards (*) are acceptable.

      Parameters:
      objectGroup - A path or file name that defines which objects to include in the group. Wildcards (*) are acceptable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectGroupName

      MetricPolicyRule.Builder objectGroupName(String objectGroupName)

      A name that allows you to refer to the object group.

      Parameters:
      objectGroupName - A name that allows you to refer to the object group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.