public static interface DisablePolicyTypeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DisablePolicyTypeRequest.Builder,DisablePolicyTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DisablePolicyTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisablePolicyTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisablePolicyTypeRequest.Builder |
policyType(PolicyType policyType)
The policy type that you want to disable in this root.
|
DisablePolicyTypeRequest.Builder |
policyType(String policyType)
The policy type that you want to disable in this root.
|
DisablePolicyTypeRequest.Builder |
rootId(String rootId)
The unique identifier (ID) of the root in which you want to disable a policy type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisablePolicyTypeRequest.Builder rootId(String rootId)
The unique identifier (ID) of the root in which you want to disable 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 disable 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.
DisablePolicyTypeRequest.Builder policyType(String policyType)
The policy type that you want to disable in this root. You can specify one of the following values:
policyType - The policy type that you want to disable in this root. You can specify one of the following
values:
PolicyType,
PolicyTypeDisablePolicyTypeRequest.Builder policyType(PolicyType policyType)
The policy type that you want to disable in this root. You can specify one of the following values:
policyType - The policy type that you want to disable in this root. You can specify one of the following
values:
PolicyType,
PolicyTypeDisablePolicyTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisablePolicyTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.