public static interface GetPolicyStoreResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyStoreResponse.Builder,GetPolicyStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPolicyStoreResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
GetPolicyStoreResponse.Builder |
createdDate(Instant createdDate)
The date and time that the policy store was originally created.
|
GetPolicyStoreResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy store was last updated.
|
GetPolicyStoreResponse.Builder |
policyStoreId(String policyStoreId)
The ID of the policy store;
|
default GetPolicyStoreResponse.Builder |
validationSettings(Consumer<ValidationSettings.Builder> validationSettings)
The current validation settings for the policy store.
|
GetPolicyStoreResponse.Builder |
validationSettings(ValidationSettings validationSettings)
The current validation settings for the policy store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPolicyStoreResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store;
policyStoreId - The ID of the policy store;GetPolicyStoreResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the policy store.
arn - The Amazon Resource Name (ARN) of the policy store.GetPolicyStoreResponse.Builder validationSettings(ValidationSettings validationSettings)
The current validation settings for the policy store.
validationSettings - The current validation settings for the policy store.default GetPolicyStoreResponse.Builder validationSettings(Consumer<ValidationSettings.Builder> validationSettings)
The current validation settings for the policy store.
This is a convenience method that creates an instance of theValidationSettings.Builder avoiding the
need to create one manually via ValidationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to validationSettings(ValidationSettings).
validationSettings - a consumer that will call methods on ValidationSettings.BuildervalidationSettings(ValidationSettings)GetPolicyStoreResponse.Builder createdDate(Instant createdDate)
The date and time that the policy store was originally created.
createdDate - The date and time that the policy store was originally created.GetPolicyStoreResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the policy store was last updated.
lastUpdatedDate - The date and time that the policy store was last updated.Copyright © 2023. All rights reserved.