| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectPolicy.Builder |
ProjectPolicy.builder() |
ProjectPolicy.Builder |
ProjectPolicy.Builder.creationTimestamp(Instant creationTimestamp)
The Unix datetime for the creation of the project policy.
|
ProjectPolicy.Builder |
ProjectPolicy.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix datetime for when the project policy was last updated.
|
ProjectPolicy.Builder |
ProjectPolicy.Builder.policyDocument(String policyDocument)
The JSON document for the project policy.
|
ProjectPolicy.Builder |
ProjectPolicy.Builder.policyName(String policyName)
The name of the project policy.
|
ProjectPolicy.Builder |
ProjectPolicy.Builder.policyRevisionId(String policyRevisionId)
The revision ID of the project policy.
|
ProjectPolicy.Builder |
ProjectPolicy.Builder.projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
|
ProjectPolicy.Builder |
ProjectPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectPolicy.Builder> |
ProjectPolicy.serializableBuilderClass() |
Copyright © 2023. All rights reserved.