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