Uses of Interface
software.amazon.awssdk.services.ssm.model.ValidationFindingScope.Builder
Packages that use ValidationFindingScope.Builder
-
Uses of ValidationFindingScope.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ValidationFindingScope.BuilderModifier and TypeMethodDescriptionValidationFindingScope.builder()The ID of the resource within the scope.ValidationFindingScope.toBuilder()The type of the resource scope.ValidationFindingScope.Builder.type(ValidationFindingScopeType type) The type of the resource scope.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ValidationFindingScope.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ValidationFindingScope.Builder>ValidationFindingScope.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ValidationFindingScope.BuilderModifier and TypeMethodDescriptiondefault ValidationFinding.BuilderValidationFinding.Builder.scope(Consumer<ValidationFindingScope.Builder> scope) The scope of the validation finding, identifying the specific resource affected.