public static class ResourceProfileSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceProfileSummary |
build() |
ResourceProfileSummary.Builder |
copy(ResourceProfileSummary model) |
ResourceProfileSummary.Builder |
displayName(String displayName)
Display name for the resource profile
|
ResourceProfileSummary.Builder |
id(String id)
Unique identifier for the resource profile
|
ResourceProfileSummary.Builder |
problemsCount(Integer problemsCount)
Number of problems associated with this resource profile
|
ResourceProfileSummary.Builder |
resourceId(String resourceId)
Unique identifier for the resource associated with the resource profile
|
ResourceProfileSummary.Builder |
riskScore(Double riskScore)
Risk score for the resource profile
|
ResourceProfileSummary.Builder |
sightingsCount(Integer sightingsCount)
Number of sightings associated with the resource profile
|
ResourceProfileSummary.Builder |
tactics(List<TacticSummary> tactics)
List of tactic summaries associated with the resource profile
|
ResourceProfileSummary.Builder |
timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
|
ResourceProfileSummary.Builder |
timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
|
ResourceProfileSummary.Builder |
timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
|
ResourceProfileSummary.Builder |
timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
|
ResourceProfileSummary.Builder |
type(String type)
Resource type for the resource profile
|
public ResourceProfileSummary.Builder sightingsCount(Integer sightingsCount)
Number of sightings associated with the resource profile
sightingsCount
- the value to setpublic ResourceProfileSummary.Builder id(String id)
Unique identifier for the resource profile
id
- the value to setpublic ResourceProfileSummary.Builder resourceId(String resourceId)
Unique identifier for the resource associated with the resource profile
resourceId
- the value to setpublic ResourceProfileSummary.Builder displayName(String displayName)
Display name for the resource profile
displayName
- the value to setpublic ResourceProfileSummary.Builder type(String type)
Resource type for the resource profile
type
- the value to setpublic ResourceProfileSummary.Builder riskScore(Double riskScore)
Risk score for the resource profile
riskScore
- the value to setpublic ResourceProfileSummary.Builder tactics(List<TacticSummary> tactics)
List of tactic summaries associated with the resource profile
tactics
- the value to setpublic ResourceProfileSummary.Builder timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected. Format defined by RFC3339.
timeFirstDetected
- the value to setpublic ResourceProfileSummary.Builder timeLastDetected(Date timeLastDetected)
Time the activities were last detected. Format defined by RFC3339.
timeLastDetected
- the value to setpublic ResourceProfileSummary.Builder timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed. Format defined by RFC3339.
timeFirstOccurred
- the value to setpublic ResourceProfileSummary.Builder timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed. Format defined by RFC3339.
timeLastOccurred
- the value to setpublic ResourceProfileSummary.Builder problemsCount(Integer problemsCount)
Number of problems associated with this resource profile
problemsCount
- the value to setpublic ResourceProfileSummary build()
public ResourceProfileSummary.Builder copy(ResourceProfileSummary model)
Copyright © 2016–2024. All rights reserved.