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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricPolicyRule.BuilderobjectGroup(String objectGroup)A path or file name that defines which objects to include in the group.MetricPolicyRule.BuilderobjectGroupName(String objectGroupName)A name that allows you to refer to the object group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-