public static interface CreateDocumentationPartRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateDocumentationPartRequest.Builder |
location(Consumer<DocumentationPartLocation.Builder> location)
The location of the targeted API entity of the to-be-created documentation part.
|
CreateDocumentationPartRequest.Builder |
location(DocumentationPartLocation location)
The location of the targeted API entity of the to-be-created documentation part.
|
CreateDocumentationPartRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDocumentationPartRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDocumentationPartRequest.Builder |
properties(String properties)
The new documentation content map of the targeted API entity.
|
CreateDocumentationPartRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDocumentationPartRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.CreateDocumentationPartRequest.Builder location(DocumentationPartLocation location)
The location of the targeted API entity of the to-be-created documentation part.
location - The location of the targeted API entity of the to-be-created documentation part.default CreateDocumentationPartRequest.Builder location(Consumer<DocumentationPartLocation.Builder> location)
The location of the targeted API entity of the to-be-created documentation part.
This is a convenience method that creates an instance of theDocumentationPartLocation.Builder
avoiding the need to create one manually via DocumentationPartLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to location(DocumentationPartLocation).
location - a consumer that will call methods on DocumentationPartLocation.Builderlocation(DocumentationPartLocation)CreateDocumentationPartRequest.Builder properties(String properties)
The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
properties - The new documentation content map of the targeted API entity. Enclosed key-value pairs are
API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.CreateDocumentationPartRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDocumentationPartRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.