public static interface PutMetricPolicyRequest.Builder extends MediaStoreRequest.Builder, SdkPojo, CopyableBuilder<PutMetricPolicyRequest.Builder,PutMetricPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutMetricPolicyRequest.Builder |
containerName(String containerName)
The name of the container that you want to add the metric policy to.
|
default PutMetricPolicyRequest.Builder |
metricPolicy(Consumer<MetricPolicy.Builder> metricPolicy)
The metric policy that you want to associate with the container.
|
PutMetricPolicyRequest.Builder |
metricPolicy(MetricPolicy metricPolicy)
The metric policy that you want to associate with the container.
|
PutMetricPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutMetricPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutMetricPolicyRequest.Builder containerName(String containerName)
The name of the container that you want to add the metric policy to.
containerName - The name of the container that you want to add the metric policy to.PutMetricPolicyRequest.Builder metricPolicy(MetricPolicy metricPolicy)
The metric policy that you want to associate with the container. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include up to five rules to define groups of objects that you want MediaStore to send object-level metrics for. If you include rules in the policy, construct each rule with both of the following:
An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.
An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).
metricPolicy - The metric policy that you want to associate with the container. In the policy, you must indicate
whether you want MediaStore to send container-level metrics. You can also include up to five rules to
define groups of objects that you want MediaStore to send object-level metrics for. If you include
rules in the policy, construct each rule with both of the following:
An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.
An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).
default PutMetricPolicyRequest.Builder metricPolicy(Consumer<MetricPolicy.Builder> metricPolicy)
The metric policy that you want to associate with the container. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include up to five rules to define groups of objects that you want MediaStore to send object-level metrics for. If you include rules in the policy, construct each rule with both of the following:
An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.
An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).
MetricPolicy.Builder avoiding the need
to create one manually via MetricPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metricPolicy(MetricPolicy).
metricPolicy - a consumer that will call methods on MetricPolicy.BuildermetricPolicy(MetricPolicy)PutMetricPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutMetricPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.