Uses of Interface
software.amazon.awssdk.services.ssm.model.ValidationFinding.Builder
Packages that use ValidationFinding.Builder
-
Uses of ValidationFinding.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ValidationFinding.BuilderModifier and TypeMethodDescriptionstatic ValidationFinding.BuilderValidationFinding.builder()A code that identifies the specific validation finding.ValidationFinding.Builder.code(ValidationFindingCode code) A code that identifies the specific validation finding.A message that describes the validation finding.ValidationFinding.Builder.providerMessage(String providerMessage) A message from the third-party cloud provider related to the validation finding.default ValidationFinding.BuilderValidationFinding.Builder.scope(Consumer<ValidationFindingScope.Builder> scope) The scope of the validation finding, identifying the specific resource affected.ValidationFinding.Builder.scope(ValidationFindingScope scope) The scope of the validation finding, identifying the specific resource affected.ValidationFinding.toBuilder()The type of the validation finding.ValidationFinding.Builder.type(ValidationFindingType type) The type of the validation finding.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ValidationFinding.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ValidationFinding.Builder>ValidationFinding.serializableBuilderClass()