public static class ResourceProfileEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public ResourceProfileEndpointSummary.Builder id(String id)
Unique identifier for sighting endpoints
id
- the value to setpublic ResourceProfileEndpointSummary.Builder resourceProfileId(String resourceProfileId)
Resource profile ID associated with the impacted resource
resourceProfileId
- the value to setpublic ResourceProfileEndpointSummary.Builder problemId(String problemId)
Problem ID for sighting endpoints
problemId
- the value to setpublic ResourceProfileEndpointSummary.Builder sightingType(String sightingType)
Type of sighting for sighting endpoints
sightingType
- the value to setpublic ResourceProfileEndpointSummary.Builder sightingTypeDisplayName(String sightingTypeDisplayName)
Display name of the sighting type
sightingTypeDisplayName
- the value to setpublic ResourceProfileEndpointSummary.Builder ipAddress(String ipAddress)
IP address for sighting
ipAddress
- the value to setpublic ResourceProfileEndpointSummary.Builder ipAddressType(String ipAddressType)
Type of IP address for sighting
ipAddressType
- the value to setpublic ResourceProfileEndpointSummary.Builder ipClassificationType(String ipClassificationType)
IP address classification type
ipClassificationType
- the value to setpublic ResourceProfileEndpointSummary.Builder country(String country)
Country of sighting
country
- the value to setpublic ResourceProfileEndpointSummary.Builder latitude(Double latitude)
Latitude of sighting
latitude
- the value to setpublic ResourceProfileEndpointSummary.Builder longitude(Double longitude)
Longitude of sighting
longitude
- the value to setpublic ResourceProfileEndpointSummary.Builder asnNumber(String asnNumber)
ASN number of sighting
asnNumber
- the value to setpublic ResourceProfileEndpointSummary.Builder regions(List<String> regions)
Regions where activities were performed from this IP address
regions
- the value to setpublic ResourceProfileEndpointSummary.Builder services(List<String> services)
List of services where activities were performed from this IP address
services
- the value to setpublic ResourceProfileEndpointSummary.Builder timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
timeFirstDetected
- the value to setpublic ResourceProfileEndpointSummary.Builder timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
timeLastDetected
- the value to setpublic ResourceProfileEndpointSummary.Builder timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
timeFirstOccurred
- the value to setpublic ResourceProfileEndpointSummary.Builder timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
timeLastOccurred
- the value to setpublic ResourceProfileEndpointSummary build()
public ResourceProfileEndpointSummary.Builder copy(ResourceProfileEndpointSummary model)
Copyright © 2016–2024. All rights reserved.