SoftwareInfo.SecurityPatchInfo.Builder

public abstract class SoftwareInfo.SecurityPatchInfo.Builder


Builder for SoftwareInfo.SecurityPatchInfo.

Summary

Public methods

build

public abstract SoftwareInfo.SecurityPatchInfo build()

clearComponentMetadata

public SoftwareInfo.SecurityPatchInfo.Builder clearComponentMetadata()

Clears componentMetadata.

clearSecurityPatchLevelMetadata

public SoftwareInfo.SecurityPatchInfo.Builder clearSecurityPatchLevelMetadata()

Clears securityPatchLevelMetadata.

setComponent

public abstract SoftwareInfo.SecurityPatchInfo.Builder setComponent(
    SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent value
)

Component of the security patch.

setComponentMetadata

public SoftwareInfo.SecurityPatchInfo.Builder setComponentMetadata(Metadata value)

Metadata about component.

setSecurityPatchLevel

public SoftwareInfo.SecurityPatchInfo.Builder setSecurityPatchLevel(
    Iterable<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel> value
)

Security patch level information.

setSecurityPatchLevelMetadata

public SoftwareInfo.SecurityPatchInfo.Builder setSecurityPatchLevelMetadata(Metadata value)

Metadata about security patch level.