Uses of Interface
software.amazon.awssdk.services.apigateway.model.DocumentationPart.Builder
Packages that use DocumentationPart.Builder
-
Uses of DocumentationPart.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPart.BuilderModifier and TypeMethodDescriptionstatic DocumentationPart.BuilderDocumentationPart.builder()The DocumentationPart identifier, generated by API Gateway when theDocumentationPartis created.default DocumentationPart.BuilderDocumentationPart.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the API entity to which the documentation applies.DocumentationPart.Builder.location(DocumentationPartLocation location) The location of the API entity to which the documentation applies.DocumentationPart.Builder.properties(String properties) A content map of API-specific key-value pairs describing the targeted API entity.DocumentationPart.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DocumentationPart.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentationPart.Builder>DocumentationPart.serializableBuilderClass()