public static interface DeleteDocumentationVersionRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<DeleteDocumentationVersionRequest.Builder,DeleteDocumentationVersionRequest>
Modifier and Type | Method and Description |
---|---|
DeleteDocumentationVersionRequest.Builder |
documentationVersion(String documentationVersion)
[Required] The version identifier of a to-be-deleted documentation snapshot.
|
DeleteDocumentationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteDocumentationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteDocumentationVersionRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
build
requestOverrideConfig
copy
apply, build
DeleteDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId
- [Required] The string identifier of the associated RestApi.DeleteDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
[Required] The version identifier of a to-be-deleted documentation snapshot.
documentationVersion
- [Required] The version identifier of a to-be-deleted documentation snapshot.DeleteDocumentationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteDocumentationVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.