public static interface ResourcePolicy.Builder extends CopyableBuilder<ResourcePolicy.Builder,ResourcePolicy>
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicy.Builder |
lastUpdatedTime(Long lastUpdatedTime)
Time stamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1,
1970 00:00:00 UTC.
|
ResourcePolicy.Builder |
policyDocument(String policyDocument)
The details of the policy.
|
ResourcePolicy.Builder |
policyName(String policyName)
The name of the resource policy.
|
copyapply, buildResourcePolicy.Builder policyName(String policyName)
The name of the resource policy.
policyName - The name of the resource policy.ResourcePolicy.Builder policyDocument(String policyDocument)
The details of the policy.
policyDocument - The details of the policy.ResourcePolicy.Builder lastUpdatedTime(Long lastUpdatedTime)
Time stamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
lastUpdatedTime - Time stamp showing when this policy was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.