public static interface UpdateDocumentationVersionResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateDocumentationVersionResponse.Builder,UpdateDocumentationVersionResponse>
Modifier and Type | Method and Description |
---|---|
UpdateDocumentationVersionResponse.Builder |
createdDate(Instant createdDate)
The date when the API documentation snapshot is created.
|
UpdateDocumentationVersionResponse.Builder |
description(String description)
The description of the API documentation snapshot.
|
UpdateDocumentationVersionResponse.Builder |
version(String version)
The version identifier of the API documentation snapshot.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateDocumentationVersionResponse.Builder version(String version)
The version identifier of the API documentation snapshot.
version
- The version identifier of the API documentation snapshot.UpdateDocumentationVersionResponse.Builder createdDate(Instant createdDate)
The date when the API documentation snapshot is created.
createdDate
- The date when the API documentation snapshot is created.UpdateDocumentationVersionResponse.Builder description(String description)
The description of the API documentation snapshot.
description
- The description of the API documentation snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.