public static interface ProjectPolicy.Builder extends SdkPojo, CopyableBuilder<ProjectPolicy.Builder,ProjectPolicy>
| Modifier and Type | Method and Description |
|---|---|
ProjectPolicy.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix datetime for the creation of the project policy.
|
ProjectPolicy.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix datetime for when the project policy was last updated.
|
ProjectPolicy.Builder |
policyDocument(String policyDocument)
The JSON document for the project policy.
|
ProjectPolicy.Builder |
policyName(String policyName)
The name of the project policy.
|
ProjectPolicy.Builder |
policyRevisionId(String policyRevisionId)
The revision ID of the project policy.
|
ProjectPolicy.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectPolicy.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
projectArn - The Amazon Resource Name (ARN) of the project to which the project policy is attached.ProjectPolicy.Builder policyName(String policyName)
The name of the project policy.
policyName - The name of the project policy.ProjectPolicy.Builder policyRevisionId(String policyRevisionId)
The revision ID of the project policy.
policyRevisionId - The revision ID of the project policy.ProjectPolicy.Builder policyDocument(String policyDocument)
The JSON document for the project policy.
policyDocument - The JSON document for the project policy.ProjectPolicy.Builder creationTimestamp(Instant creationTimestamp)
The Unix datetime for the creation of the project policy.
creationTimestamp - The Unix datetime for the creation of the project policy.ProjectPolicy.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix datetime for when the project policy was last updated.
lastUpdatedTimestamp - The Unix datetime for when the project policy was last updated.Copyright © 2023. All rights reserved.