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