public static interface EnablePolicyTypeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<EnablePolicyTypeRequest.Builder,EnablePolicyTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
EnablePolicyTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnablePolicyTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnablePolicyTypeRequest.Builder |
policyType(PolicyType policyType)
The policy type that you want to enable.
|
EnablePolicyTypeRequest.Builder |
policyType(String policyType)
The policy type that you want to enable.
|
EnablePolicyTypeRequest.Builder |
rootId(String rootId)
The unique identifier (ID) of the root in which you want to enable a policy type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnablePolicyTypeRequest.Builder rootId(String rootId)
The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.
The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lowercase letters or digits.
rootId - The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID
from the ListRoots operation.
The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lowercase letters or digits.
EnablePolicyTypeRequest.Builder policyType(String policyType)
The policy type that you want to enable. You can specify one of the following values:
policyType - The policy type that you want to enable. You can specify one of the following values:
PolicyType,
PolicyTypeEnablePolicyTypeRequest.Builder policyType(PolicyType policyType)
The policy type that you want to enable. You can specify one of the following values:
policyType - The policy type that you want to enable. You can specify one of the following values:
PolicyType,
PolicyTypeEnablePolicyTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnablePolicyTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.