public static interface SecurityPolicySummary.Builder extends SdkPojo, CopyableBuilder<SecurityPolicySummary.Builder,SecurityPolicySummary>
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicySummary.Builder |
createdDate(Long createdDate)
The date the policy was created.
|
SecurityPolicySummary.Builder |
description(String description)
The description of the security policy.
|
SecurityPolicySummary.Builder |
lastModifiedDate(Long lastModifiedDate)
The timestamp of when the policy was last modified.
|
SecurityPolicySummary.Builder |
name(String name)
The name of the policy.
|
SecurityPolicySummary.Builder |
policyVersion(String policyVersion)
The version of the policy.
|
SecurityPolicySummary.Builder |
type(SecurityPolicyType type)
The type of security policy.
|
SecurityPolicySummary.Builder |
type(String type)
The type of security policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityPolicySummary.Builder createdDate(Long createdDate)
The date the policy was created.
createdDate - The date the policy was created.SecurityPolicySummary.Builder description(String description)
The description of the security policy.
description - The description of the security policy.SecurityPolicySummary.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the policy was last modified.
lastModifiedDate - The timestamp of when the policy was last modified.SecurityPolicySummary.Builder name(String name)
The name of the policy.
name - The name of the policy.SecurityPolicySummary.Builder policyVersion(String policyVersion)
The version of the policy.
policyVersion - The version of the policy.SecurityPolicySummary.Builder type(String type)
The type of security policy.
type - The type of security policy.SecurityPolicyType,
SecurityPolicyTypeSecurityPolicySummary.Builder type(SecurityPolicyType type)
The type of security policy.
type - The type of security policy.SecurityPolicyType,
SecurityPolicyTypeCopyright © 2023. All rights reserved.