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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateDocumentationVersionRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDocumentationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.