Package odata.msgraph.client.beta.entity
Class IpSecurityProfile.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.IpSecurityProfile.Builder
-
- Enclosing class:
- IpSecurityProfile
public static final class IpSecurityProfile.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public IpSecurityProfile.Builder id(String id)
-
activityGroupNames
public IpSecurityProfile.Builder activityGroupNames(List<String> activityGroupNames)
-
activityGroupNames
public IpSecurityProfile.Builder activityGroupNames(String... activityGroupNames)
-
activityGroupNamesNextLink
public IpSecurityProfile.Builder activityGroupNamesNextLink(String activityGroupNamesNextLink)
-
address
public IpSecurityProfile.Builder address(String address)
-
azureSubscriptionId
public IpSecurityProfile.Builder azureSubscriptionId(String azureSubscriptionId)
-
azureTenantId
public IpSecurityProfile.Builder azureTenantId(String azureTenantId)
-
countHits
public IpSecurityProfile.Builder countHits(Integer countHits)
-
countHosts
public IpSecurityProfile.Builder countHosts(Integer countHosts)
-
firstSeenDateTime
public IpSecurityProfile.Builder firstSeenDateTime(OffsetDateTime firstSeenDateTime)
-
ipCategories
public IpSecurityProfile.Builder ipCategories(List<IpCategory> ipCategories)
-
ipCategories
public IpSecurityProfile.Builder ipCategories(IpCategory... ipCategories)
-
ipCategoriesNextLink
public IpSecurityProfile.Builder ipCategoriesNextLink(String ipCategoriesNextLink)
-
ipReferenceData
public IpSecurityProfile.Builder ipReferenceData(List<IpReferenceData> ipReferenceData)
-
ipReferenceData
public IpSecurityProfile.Builder ipReferenceData(IpReferenceData... ipReferenceData)
-
ipReferenceDataNextLink
public IpSecurityProfile.Builder ipReferenceDataNextLink(String ipReferenceDataNextLink)
-
lastSeenDateTime
public IpSecurityProfile.Builder lastSeenDateTime(OffsetDateTime lastSeenDateTime)
-
riskScore
public IpSecurityProfile.Builder riskScore(String riskScore)
-
tags
public IpSecurityProfile.Builder tags(List<String> tags)
-
tags
public IpSecurityProfile.Builder tags(String... tags)
-
tagsNextLink
public IpSecurityProfile.Builder tagsNextLink(String tagsNextLink)
-
vendorInformation
public IpSecurityProfile.Builder vendorInformation(SecurityVendorInformation vendorInformation)
-
build
public IpSecurityProfile build()
-
-