Interface DeletePolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>,SdkBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>,SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
- DeletePolicyRequest
public static interface DeletePolicyRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<DeletePolicyRequest.Builder,DeletePolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePolicyRequest.BuilderpolicyId(String policyId)Specifies the ID of the policy that you want to delete.DeletePolicyRequest.BuilderpolicyStoreId(String policyStoreId)Specifies the ID of the policy store that contains the policy that you want to delete.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsRequest.Builder
build
-
-
-
-
Method Detail
-
policyStoreId
DeletePolicyRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the policy that you want to delete.
- Parameters:
policyStoreId- Specifies the ID of the policy store that contains the policy that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyId
DeletePolicyRequest.Builder policyId(String policyId)
Specifies the ID of the policy that you want to delete.
- Parameters:
policyId- Specifies the ID of the policy that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-