public static interface GetDocumentationVersionRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationVersionRequest.Builder |
documentationVersion(String documentationVersion)
[Required] The version identifier of the to-be-retrieved documentation snapshot.
|
GetDocumentationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDocumentationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentationVersionRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildGetDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.GetDocumentationVersionRequest.Builder documentationVersion(String documentationVersion)
[Required] The version identifier of the to-be-retrieved documentation snapshot.
documentationVersion - [Required] The version identifier of the to-be-retrieved documentation snapshot.GetDocumentationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDocumentationVersionRequest.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.