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