Interface DisablePolicyTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisablePolicyTypeRequest.Builder,DisablePolicyTypeRequest>,OrganizationsRequest.Builder,SdkBuilder<DisablePolicyTypeRequest.Builder,DisablePolicyTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisablePolicyTypeRequest
public static interface DisablePolicyTypeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DisablePolicyTypeRequest.Builder,DisablePolicyTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisablePolicyTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisablePolicyTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisablePolicyTypeRequest.BuilderpolicyType(String policyType)The policy type that you want to disable in this root.DisablePolicyTypeRequest.BuilderpolicyType(PolicyType policyType)The policy type that you want to disable in this root.DisablePolicyTypeRequest.BuilderrootId(String rootId)The unique identifier (ID) of the root in which you want to disable a policy type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
rootId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
DisablePolicyTypeRequest.Builder policyType(String policyType)
The policy type that you want to disable in this root. You can specify one of the following values:
- Parameters:
policyType- The policy type that you want to disable in this root. You can specify one of the following values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyType,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:
- Parameters:
policyType- The policy type that you want to disable in this root. You can specify one of the following values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyType,PolicyType
-
overrideConfiguration
DisablePolicyTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisablePolicyTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-