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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.