public static interface BatchCreateRumMetricDefinitionsResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateRumMetricDefinitionsResponse.Builder,BatchCreateRumMetricDefinitionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateRumMetricDefinitionsResponse.Builder errors(Collection<BatchCreateRumMetricDefinitionsError> errors)
An array of error objects, if the operation caused any errors.
errors - An array of error objects, if the operation caused any errors.BatchCreateRumMetricDefinitionsResponse.Builder errors(BatchCreateRumMetricDefinitionsError... errors)
An array of error objects, if the operation caused any errors.
errors - An array of error objects, if the operation caused any errors.BatchCreateRumMetricDefinitionsResponse.Builder errors(Consumer<BatchCreateRumMetricDefinitionsError.Builder>... errors)
An array of error objects, if the operation caused any errors.
This is a convenience method that creates an instance of theBatchCreateRumMetricDefinitionsError.Builder avoiding the
need to create one manually via
BatchCreateRumMetricDefinitionsError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchCreateRumMetricDefinitionsError.Builder#errors(java.util.Collection) BatchCreateRumMetricDefinitionsResponse.Builder metricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that define the extended metrics.
metricDefinitions - An array of structures that define the extended metrics.BatchCreateRumMetricDefinitionsResponse.Builder metricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that define the extended metrics.
metricDefinitions - An array of structures that define the extended metrics.BatchCreateRumMetricDefinitionsResponse.Builder metricDefinitions(Consumer<MetricDefinition.Builder>... metricDefinitions)
An array of structures that define the extended metrics.
This is a convenience method that creates an instance of theMetricDefinition.Builder avoiding the need to create one
manually via MetricDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #metricDefinitions(List.
metricDefinitions - a consumer that will call methods on
MetricDefinition.Builder#metricDefinitions(java.util.Collection) Copyright © 2023. All rights reserved.