public static interface CreateDocumentationVersionRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateDocumentationVersionRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateDocumentationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.