public static interface CreateDocumentationVersionRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentationVersionRequest.Builder |
description(String description)
A description about the new documentation snapshot.
|
CreateDocumentationVersionRequest.Builder |
documentationVersion(String documentationVersion)
[Required] The version identifier of the new snapshot.
|
CreateDocumentationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateDocumentationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateDocumentationVersionRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
CreateDocumentationVersionRequest.Builder |
stageName(String stageName)
The stage name to be associated with the new documentation snapshot.
|
buildrequestOverrideConfigcopyapply, buildCreateDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.CreateDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
[Required] The version identifier of the new snapshot.
documentationVersion - [Required] The version identifier of the new snapshot.CreateDocumentationVersionRequest.Builder stageName(String stageName)
The stage name to be associated with the new documentation snapshot.
stageName - The stage name to be associated with the new documentation snapshot.CreateDocumentationVersionRequest.Builder description(String description)
A description about the new documentation snapshot.
description - A description about the new documentation snapshot.CreateDocumentationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateDocumentationVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.