public static interface UpdatePolicyResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<UpdatePolicyResponse.Builder,UpdatePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyResponse.Builder |
createdDate(Instant createdDate)
The date and time that the policy was originally created.
|
UpdatePolicyResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy was most recently updated.
|
UpdatePolicyResponse.Builder |
policyId(String policyId)
The ID of the policy that was updated.
|
UpdatePolicyResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store that contains the policy that was updated.
|
UpdatePolicyResponse.Builder |
policyType(PolicyType policyType)
The type of the policy that was updated.
|
UpdatePolicyResponse.Builder |
policyType(String policyType)
The type of the policy that was updated.
|
default UpdatePolicyResponse.Builder |
principal(Consumer<EntityIdentifier.Builder> principal)
The principal specified in the policy's scope.
|
UpdatePolicyResponse.Builder |
principal(EntityIdentifier principal)
The principal specified in the policy's scope.
|
default UpdatePolicyResponse.Builder |
resource(Consumer<EntityIdentifier.Builder> resource)
The resource specified in the policy's scope.
|
UpdatePolicyResponse.Builder |
resource(EntityIdentifier resource)
The resource specified in the policy's scope.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePolicyResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the policy that was updated.
policyStoreId - The ID of the policy store that contains the policy that was updated.UpdatePolicyResponse.Builder policyId(String policyId)
The ID of the policy that was updated.
policyId - The ID of the policy that was updated.UpdatePolicyResponse.Builder policyType(String policyType)
The type of the policy that was updated.
policyType - The type of the policy that was updated.PolicyType,
PolicyTypeUpdatePolicyResponse.Builder policyType(PolicyType policyType)
The type of the policy that was updated.
policyType - The type of the policy that was updated.PolicyType,
PolicyTypeUpdatePolicyResponse.Builder principal(EntityIdentifier principal)
The principal specified in the policy's scope. This element isn't included in the response when
Principal isn't present in the policy content.
principal - The principal specified in the policy's scope. This element isn't included in the response when
Principal isn't present in the policy content.default UpdatePolicyResponse.Builder principal(Consumer<EntityIdentifier.Builder> principal)
The principal specified in the policy's scope. This element isn't included in the response when
Principal isn't present in the policy content.
EntityIdentifier.Builder avoiding the
need to create one manually via EntityIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to principal(EntityIdentifier).
principal - a consumer that will call methods on EntityIdentifier.Builderprincipal(EntityIdentifier)UpdatePolicyResponse.Builder resource(EntityIdentifier resource)
The resource specified in the policy's scope. This element isn't included in the response when
Resource isn't present in the policy content.
resource - The resource specified in the policy's scope. This element isn't included in the response when
Resource isn't present in the policy content.default UpdatePolicyResponse.Builder resource(Consumer<EntityIdentifier.Builder> resource)
The resource specified in the policy's scope. This element isn't included in the response when
Resource isn't present in the policy content.
EntityIdentifier.Builder avoiding the
need to create one manually via EntityIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resource(EntityIdentifier).
resource - a consumer that will call methods on EntityIdentifier.Builderresource(EntityIdentifier)UpdatePolicyResponse.Builder createdDate(Instant createdDate)
The date and time that the policy was originally created.
createdDate - The date and time that the policy was originally created.UpdatePolicyResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy was most recently updated.
lastUpdatedDate - The date and time that the policy was most recently updated.Copyright © 2023. All rights reserved.