Interface DeletePolicyTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePolicyTemplateRequest.Builder,DeletePolicyTemplateRequest>,SdkBuilder<DeletePolicyTemplateRequest.Builder,DeletePolicyTemplateRequest>,SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
- DeletePolicyTemplateRequest
public static interface DeletePolicyTemplateRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<DeletePolicyTemplateRequest.Builder,DeletePolicyTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePolicyTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePolicyTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePolicyTemplateRequest.BuilderpolicyStoreId(String policyStoreId)Specifies the ID of the policy store that contains the policy template that you want to delete.DeletePolicyTemplateRequest.BuilderpolicyTemplateId(String policyTemplateId)Specifies the ID of the policy template 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
DeletePolicyTemplateRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the policy template that you want to delete.
- Parameters:
policyStoreId- Specifies the ID of the policy store that contains the policy template that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyTemplateId
DeletePolicyTemplateRequest.Builder policyTemplateId(String policyTemplateId)
Specifies the ID of the policy template that you want to delete.
- Parameters:
policyTemplateId- Specifies the ID of the policy template that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePolicyTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePolicyTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-