| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.builder() |
CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.id(String id)
The DocumentationPart identifier, generated by API Gateway when the
DocumentationPart is
created. |
default CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the API entity to which the documentation applies.
|
CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.location(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.properties(String properties)
A content map of API-specific key-value pairs describing the targeted API entity.
|
CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDocumentationPartResponse.Builder> |
CreateDocumentationPartResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.