public static interface InvalidConfigurationDetail.Builder extends SdkPojo, CopyableBuilder<InvalidConfigurationDetail.Builder,InvalidConfigurationDetail>
| Modifier and Type | Method and Description |
|---|---|
InvalidConfigurationDetail.Builder |
constraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
|
InvalidConfigurationDetail.Builder |
location(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
|
InvalidConfigurationDetail.Builder |
reason(String reason)
The reason for an invalid configuration error.
|
InvalidConfigurationDetail.Builder |
type(String type)
The type of error for an invalid configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvalidConfigurationDetail.Builder constraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
constraint - The invalid or out-of-range validation constraint in your JSON schema that failed validation.InvalidConfigurationDetail.Builder location(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
location - Location of the validation constraint in the configuration JSON schema that failed validation.InvalidConfigurationDetail.Builder reason(String reason)
The reason for an invalid configuration error.
reason - The reason for an invalid configuration error.InvalidConfigurationDetail.Builder type(String type)
The type of error for an invalid configuration.
type - The type of error for an invalid configuration.Copyright © 2022. All rights reserved.