CopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
, SdkBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
public static interface GetDocumentationVersionResponse.Builder extends CopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDocumentationVersionResponse.Builder |
createdDate(Date createdDate) |
The date when the API documentation snapshot is created.
|
GetDocumentationVersionResponse.Builder |
description(String description) |
The description of the API documentation snapshot.
|
GetDocumentationVersionResponse.Builder |
version(String version) |
The version identifier of the API documentation snapshot.
|
copy
apply, build
GetDocumentationVersionResponse.Builder version(String version)
The version identifier of the API documentation snapshot.
version
- The version identifier of the API documentation snapshot.GetDocumentationVersionResponse.Builder createdDate(Date createdDate)
The date when the API documentation snapshot is created.
createdDate
- The date when the API documentation snapshot is created.GetDocumentationVersionResponse.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.