Interface DescribeEffectivePolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEffectivePolicyRequest.Builder,DescribeEffectivePolicyRequest>,OrganizationsRequest.Builder,SdkBuilder<DescribeEffectivePolicyRequest.Builder,DescribeEffectivePolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEffectivePolicyRequest
public static interface DescribeEffectivePolicyRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DescribeEffectivePolicyRequest.Builder,DescribeEffectivePolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEffectivePolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEffectivePolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEffectivePolicyRequest.BuilderpolicyType(String policyType)The type of policy that you want information about.DescribeEffectivePolicyRequest.BuilderpolicyType(EffectivePolicyType policyType)The type of policy that you want information about.DescribeEffectivePolicyRequest.BuildertargetId(String targetId)When you're signed in as the management account, specify the ID of the account that you want details about.-
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
-
policyType
DescribeEffectivePolicyRequest.Builder policyType(String policyType)
The type of policy that you want information about. You can specify one of the following values:
- Parameters:
policyType- The type of policy that you want information about. 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:
EffectivePolicyType,EffectivePolicyType
-
policyType
DescribeEffectivePolicyRequest.Builder policyType(EffectivePolicyType policyType)
The type of policy that you want information about. You can specify one of the following values:
- Parameters:
policyType- The type of policy that you want information about. 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:
EffectivePolicyType,EffectivePolicyType
-
targetId
DescribeEffectivePolicyRequest.Builder targetId(String targetId)
When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.
- Parameters:
targetId- When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEffectivePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEffectivePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-