public static interface DeleteDocumentRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DeleteDocumentRequest.Builder,DeleteDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDocumentRequest.Builder |
documentVersion(String documentVersion)
The version of the document that you want to delete.
|
DeleteDocumentRequest.Builder |
force(Boolean force)
Some SSM document types require that you specify a
Force flag before you can delete the
document. |
DeleteDocumentRequest.Builder |
name(String name)
The name of the document.
|
DeleteDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDocumentRequest.Builder |
versionName(String versionName)
The version name of the document that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDocumentRequest.Builder name(String name)
The name of the document.
name - The name of the document.DeleteDocumentRequest.Builder documentVersion(String documentVersion)
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
documentVersion - The version of the document that you want to delete. If not provided, all versions of the document are
deleted.DeleteDocumentRequest.Builder versionName(String versionName)
The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
versionName - The version name of the document that you want to delete. If not provided, all versions of the
document are deleted.DeleteDocumentRequest.Builder force(Boolean force)
Some SSM document types require that you specify a Force flag before you can delete the
document. For example, you must specify a Force flag to delete a document of type
ApplicationConfigurationSchema. You can restrict access to the Force flag in an
Identity and Access Management (IAM) policy.
force - Some SSM document types require that you specify a Force flag before you can delete the
document. For example, you must specify a Force flag to delete a document of type
ApplicationConfigurationSchema. You can restrict access to the Force flag in
an Identity and Access Management (IAM) policy.DeleteDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.