public static interface DisablePolicyTypeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DisablePolicyTypeRequest.Builder,DisablePolicyTypeRequest>
Modifier and Type | Method and Description |
---|---|
DisablePolicyTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisablePolicyTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisablePolicyTypeRequest.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
,
PolicyType
DisablePolicyTypeRequest.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
,
PolicyType
DisablePolicyTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisablePolicyTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.