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