SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.analysisRuleType(String analysisRuleType) |
The analysis rule type for which the schema status has been evaluated.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.analysisRuleType(AnalysisRuleType analysisRuleType) |
The analysis rule type for which the schema status has been evaluated.
|
static SchemaStatusDetail.Builder |
SchemaStatusDetail.builder() |
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.configurations(Collection<SchemaConfiguration> configurations) |
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.configurations(SchemaConfiguration... configurations) |
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.configurationsWithStrings(String... configurations) |
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.configurationsWithStrings(Collection<String> configurations) |
The configuration details of the schema analysis rule for the given type.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.reasons(Collection<SchemaStatusReason> reasons) |
The reasons why the schema status is set to its current state.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.reasons(Consumer<SchemaStatusReason.Builder>... reasons) |
The reasons why the schema status is set to its current state.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.reasons(SchemaStatusReason... reasons) |
The reasons why the schema status is set to its current state.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.status(String status) |
The status of the schema.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.Builder.status(SchemaStatus status) |
The status of the schema.
|
SchemaStatusDetail.Builder |
SchemaStatusDetail.toBuilder() |
|