public static class BulkDeActivationMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkDeActivationMetadata.Builder |
attributesDeActivated(Integer attributesDeActivated)
Total number attributes (both string and numeric) in TRACES namespace that were
deactivated.
|
BulkDeActivationMetadata.Builder |
availableNumericAttributes(Integer availableNumericAttributes)
Total number of free slots available for activation of additional numeric attributes in
TRACES namespace in the APM Domain.
|
BulkDeActivationMetadata.Builder |
availableStringAttributes(Integer availableStringAttributes)
Total number of free slots available for activation of additional string attributes in
TRACES namespace in the APM Domain.
|
BulkDeActivationMetadata.Builder |
availableSyntheticNumericAttributes(Integer availableSyntheticNumericAttributes)
Total number of free slots available for activation of additional numeric attributes in
SYNTHETIC namespace in the APM Domain.
|
BulkDeActivationMetadata.Builder |
availableSyntheticStringAttributes(Integer availableSyntheticStringAttributes)
Total number of free slots available for activation of additional string attributes in
SYNTHETIC namespace in the APM Domain.
|
BulkDeActivationMetadata |
build() |
BulkDeActivationMetadata.Builder |
copy(BulkDeActivationMetadata model) |
BulkDeActivationMetadata.Builder |
operationStatus(BulkDeActivationMetadata.OperationStatus operationStatus)
Operation status of the bulk deactivation operation.
|
BulkDeActivationMetadata.Builder |
operationType(BulkDeActivationMetadata.OperationType operationType)
Type of operation.
|
BulkDeActivationMetadata.Builder |
syntheticAttributesDeActivated(Integer syntheticAttributesDeActivated)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were
deactivated.
|
public BulkDeActivationMetadata.Builder operationStatus(BulkDeActivationMetadata.OperationStatus operationStatus)
Operation status of the bulk deactivation operation. The bulk deactivation operation could have either a success or an error status as defined below. Note that if a bulk operation has not succeeded, we do not deactivate any tags in the request set. SUCCESS - The bulk deactivation operation has succeeded and all the attributes in the bulk deactivation request have been deactivated by this operation or deactivated earlier. The following are error statuses for the bulk deactivation operation. Note that none of the attributes (string or numeric) in the bulk request have been deactivated by this bulk deactivation operation if any of the below statuses are returned. EMPTY_ATTRIBUTE_LIST - The bulk deactivation request object was empty and did not contain any attributes to be deactivated. NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be present in the APM Domain. STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be present in the APM Domain. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.
operationStatus
- the value to setpublic BulkDeActivationMetadata.Builder operationType(BulkDeActivationMetadata.OperationType operationType)
Type of operation.
operationType
- the value to setpublic BulkDeActivationMetadata.Builder attributesDeActivated(Integer attributesDeActivated)
Total number attributes (both string and numeric) in TRACES namespace that were deactivated.
attributesDeActivated
- the value to setpublic BulkDeActivationMetadata.Builder syntheticAttributesDeActivated(Integer syntheticAttributesDeActivated)
Total number attributes (both string and numeric) in SYNTHETIC namespace that were deactivated.
syntheticAttributesDeActivated
- the value to setpublic BulkDeActivationMetadata.Builder availableStringAttributes(Integer availableStringAttributes)
Total number of free slots available for activation of additional string attributes in TRACES namespace in the APM Domain.
availableStringAttributes
- the value to setpublic BulkDeActivationMetadata.Builder availableNumericAttributes(Integer availableNumericAttributes)
Total number of free slots available for activation of additional numeric attributes in TRACES namespace in the APM Domain.
availableNumericAttributes
- the value to setpublic BulkDeActivationMetadata.Builder availableSyntheticStringAttributes(Integer availableSyntheticStringAttributes)
Total number of free slots available for activation of additional string attributes in SYNTHETIC namespace in the APM Domain.
availableSyntheticStringAttributes
- the value to setpublic BulkDeActivationMetadata.Builder availableSyntheticNumericAttributes(Integer availableSyntheticNumericAttributes)
Total number of free slots available for activation of additional numeric attributes in SYNTHETIC namespace in the APM Domain.
availableSyntheticNumericAttributes
- the value to setpublic BulkDeActivationMetadata build()
public BulkDeActivationMetadata.Builder copy(BulkDeActivationMetadata model)
Copyright © 2016–2024. All rights reserved.