Uses of Interface
software.amazon.awssdk.services.apigateway.model.DocumentationVersion.Builder
-
Packages that use DocumentationVersion.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of DocumentationVersion.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationVersion.Builder Modifier and Type Method Description static DocumentationVersion.BuilderDocumentationVersion. builder()DocumentationVersion.BuilderDocumentationVersion.Builder. createdDate(Instant createdDate)The date when the API documentation snapshot is created.DocumentationVersion.BuilderDocumentationVersion.Builder. description(String description)The description of the API documentation snapshot.DocumentationVersion.BuilderDocumentationVersion. toBuilder()DocumentationVersion.BuilderDocumentationVersion.Builder. version(String version)The version identifier of the API documentation snapshot.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DocumentationVersion.Builder Modifier and Type Method Description static Class<? extends DocumentationVersion.Builder>DocumentationVersion. serializableBuilderClass()
-