public static interface AccessPolicySummary.Builder extends SdkPojo, CopyableBuilder<AccessPolicySummary.Builder,AccessPolicySummary>
| Modifier and Type | Method and Description |
|---|---|
AccessPolicySummary.Builder |
createdDate(Long createdDate)
The Epoch time when the access policy was created.
|
AccessPolicySummary.Builder |
description(String description)
The description of the access policy.
|
AccessPolicySummary.Builder |
lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
AccessPolicySummary.Builder |
name(String name)
The name of the access policy.
|
AccessPolicySummary.Builder |
policyVersion(String policyVersion)
The version of the policy.
|
AccessPolicySummary.Builder |
type(AccessPolicyType type)
The type of access policy.
|
AccessPolicySummary.Builder |
type(String type)
The type of access policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessPolicySummary.Builder createdDate(Long createdDate)
The Epoch time when the access policy was created.
createdDate - The Epoch time when the access policy was created.AccessPolicySummary.Builder description(String description)
The description of the access policy.
description - The description of the access policy.AccessPolicySummary.Builder lastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
lastModifiedDate - The date and time when the collection was last modified.AccessPolicySummary.Builder name(String name)
The name of the access policy.
name - The name of the access policy.AccessPolicySummary.Builder policyVersion(String policyVersion)
The version of the policy.
policyVersion - The version of the policy.AccessPolicySummary.Builder type(String type)
The type of access policy. Currently the only available type is data.
type - The type of access policy. Currently the only available type is data.AccessPolicyType,
AccessPolicyTypeAccessPolicySummary.Builder type(AccessPolicyType type)
The type of access policy. Currently the only available type is data.
type - The type of access policy. Currently the only available type is data.AccessPolicyType,
AccessPolicyTypeCopyright © 2023. All rights reserved.