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)
The version identifier of the new snapshot.
|
CreateDocumentationVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDocumentationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDocumentationVersionRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
CreateDocumentationVersionRequest.Builder |
stageName(String stageName)
The stage name to be associated with the new documentation snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDocumentationVersionRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.CreateDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
The version identifier of the new snapshot.
documentationVersion - 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)
overrideConfiguration in interface AwsRequest.BuilderCreateDocumentationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.