GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the policy store.
|
static GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.builder() |
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.createdDate(Instant createdDate) |
The date and time that the policy store was originally created.
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.description(String description) |
Descriptive text that you can provide to help with identification of the current policy store.
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time that the policy store was last updated.
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.policyStoreId(String policyStoreId) |
The ID of the policy store;
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.toBuilder() |
|
default GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.validationSettings(Consumer<ValidationSettings.Builder> validationSettings) |
The current validation settings for the policy store.
|
GetPolicyStoreResponse.Builder |
GetPolicyStoreResponse.Builder.validationSettings(ValidationSettings validationSettings) |
The current validation settings for the policy store.
|