SoftwareInfo.SecurityPatchInfo.Builder

public abstract class SoftwareInfo.SecurityPatchInfo.Builder


Builder for SoftwareInfo.SecurityPatchInfo.

Summary

Public methods

build

public abstract SoftwareInfo.SecurityPatchInfo build()

clearComponentMetadata

@CanIgnoreReturnValue
public SoftwareInfo.SecurityPatchInfo.Builder clearComponentMetadata()

Clears componentMetadata.

clearSecurityPatchLevelMetadata

@CanIgnoreReturnValue
public SoftwareInfo.SecurityPatchInfo.Builder clearSecurityPatchLevelMetadata()

Clears securityPatchLevelMetadata.

setComponent

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

Component of the security patch.

setComponentMetadata

@CanIgnoreReturnValue
public SoftwareInfo.SecurityPatchInfo.Builder setComponentMetadata(Metadata value)

Metadata about component.

setSecurityPatchLevelMetadata

@CanIgnoreReturnValue
public SoftwareInfo.SecurityPatchInfo.Builder setSecurityPatchLevelMetadata(Metadata value)

Metadata about security patch level.