Uses of Interface
software.amazon.awssdk.services.ec2.model.MacSystemIntegrityProtectionConfiguration.Builder
Packages that use MacSystemIntegrityProtectionConfiguration.Builder
-
Uses of MacSystemIntegrityProtectionConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MacSystemIntegrityProtectionConfiguration.BuilderModifier and TypeMethodDescriptionMacSystemIntegrityProtectionConfiguration.Builder.appleInternal(String appleInternal) Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.appleInternal(MacSystemIntegrityProtectionSettingStatus appleInternal) Indicates whether Apple Internal was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.baseSystem(String baseSystem) Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.baseSystem(MacSystemIntegrityProtectionSettingStatus baseSystem) Indicates whether Base System was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.builder()MacSystemIntegrityProtectionConfiguration.Builder.debuggingRestrictions(String debuggingRestrictions) Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.debuggingRestrictions(MacSystemIntegrityProtectionSettingStatus debuggingRestrictions) Indicates whether Debugging Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.dTraceRestrictions(String dTraceRestrictions) Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.dTraceRestrictions(MacSystemIntegrityProtectionSettingStatus dTraceRestrictions) Indicates whether Dtrace Restrictions was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.filesystemProtections(String filesystemProtections) Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.filesystemProtections(MacSystemIntegrityProtectionSettingStatus filesystemProtections) Indicates whether Filesystem Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.kextSigning(String kextSigning) Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.kextSigning(MacSystemIntegrityProtectionSettingStatus kextSigning) Indicates whether Kext Signing was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.nvramProtections(String nvramProtections) Indicates whether NVRAM Protections was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.nvramProtections(MacSystemIntegrityProtectionSettingStatus nvramProtections) Indicates whether NVRAM Protections was enabled or disabled by the task.Indicates SIP was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.Builder.status(MacSystemIntegrityProtectionSettingStatus status) Indicates SIP was enabled or disabled by the task.MacSystemIntegrityProtectionConfiguration.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MacSystemIntegrityProtectionConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MacSystemIntegrityProtectionConfiguration.Builder>MacSystemIntegrityProtectionConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MacSystemIntegrityProtectionConfiguration.BuilderModifier and TypeMethodDescriptiondefault MacModificationTask.BuilderMacModificationTask.Builder.macSystemIntegrityProtectionConfig(Consumer<MacSystemIntegrityProtectionConfiguration.Builder> macSystemIntegrityProtectionConfig) [SIP modification tasks only] Information about the SIP configuration.