Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDocumentationPartPropsMixin.Builder
Packages that use CfnDocumentationPartPropsMixin.Builder
-
Uses of CfnDocumentationPartPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnDocumentationPartPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDocumentationPartPropsMixin.Builder.create()CfnDocumentationPartPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDocumentationPartPropsMixin.Builder.location(CfnDocumentationPartPropsMixin.LocationProperty location) The location of the targeted API entity of the to-be-created documentation part.CfnDocumentationPartPropsMixin.Builder.location(IResolvable location) The location of the targeted API entity of the to-be-created documentation part.CfnDocumentationPartPropsMixin.Builder.properties(String properties) The new documentation content map of the targeted API entity.The string identifier of the associated RestApi.CfnDocumentationPartPropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.