| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static CreatePolicyResponse.Builder |
CreatePolicyResponse.builder() |
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.createdDate(Instant createdDate)
The date and time the policy was originally created.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The date and time the policy was last updated.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyId(String policyId)
The unique ID of the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyStoreId(String policyStoreId)
The ID of the policy store that contains the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyType(PolicyType policyType)
The policy type of the new policy.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.policyType(String policyType)
The policy type of the new policy.
|
default CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.principal(Consumer<EntityIdentifier.Builder> principal)
The principal specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.principal(EntityIdentifier principal)
The principal specified in the new policy's scope.
|
default CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.resource(Consumer<EntityIdentifier.Builder> resource)
The resource specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.resource(EntityIdentifier resource)
The resource specified in the new policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePolicyResponse.Builder> |
CreatePolicyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.