public static interface UpdatePolicyStoreRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePolicyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePolicyStoreRequest.Builder |
policyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
|
default UpdatePolicyStoreRequest.Builder |
validationSettings(Consumer<ValidationSettings.Builder> validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
UpdatePolicyStoreRequest.Builder |
validationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePolicyStoreRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
policyStoreId - Specifies the ID of the policy store that you want to updateUpdatePolicyStoreRequest.Builder validationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
validationSettings - A structure that defines the validation settings that want to enable for the policy store.default UpdatePolicyStoreRequest.Builder validationSettings(Consumer<ValidationSettings.Builder> validationSettings)
A structure that defines the validation settings that want to enable 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)UpdatePolicyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePolicyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.