@Stability(value=Stable) public static final class CfnDocumentationPart.LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDocumentationPart.LocationProperty>
CfnDocumentationPart.LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDocumentationPart.LocationProperty |
build()
Builds the configured instance.
|
CfnDocumentationPart.LocationProperty.Builder |
method(String method)
Sets the value of
CfnDocumentationPart.LocationProperty.getMethod() |
CfnDocumentationPart.LocationProperty.Builder |
name(String name)
Sets the value of
CfnDocumentationPart.LocationProperty.getName() |
CfnDocumentationPart.LocationProperty.Builder |
path(String path)
Sets the value of
CfnDocumentationPart.LocationProperty.getPath() |
CfnDocumentationPart.LocationProperty.Builder |
statusCode(String statusCode)
Sets the value of
CfnDocumentationPart.LocationProperty.getStatusCode() |
CfnDocumentationPart.LocationProperty.Builder |
type(String type)
Sets the value of
CfnDocumentationPart.LocationProperty.getType() |
@Stability(value=Stable) public CfnDocumentationPart.LocationProperty.Builder method(String method)
CfnDocumentationPart.LocationProperty.getMethod()method - The HTTP verb of a method.this@Stability(value=Stable) public CfnDocumentationPart.LocationProperty.Builder name(String name)
CfnDocumentationPart.LocationProperty.getName()name - The name of the targeted API entity.this@Stability(value=Stable) public CfnDocumentationPart.LocationProperty.Builder path(String path)
CfnDocumentationPart.LocationProperty.getPath()path - The URL path of the target.this@Stability(value=Stable) public CfnDocumentationPart.LocationProperty.Builder statusCode(String statusCode)
CfnDocumentationPart.LocationProperty.getStatusCode()statusCode - The HTTP status code of a response.this@Stability(value=Stable) public CfnDocumentationPart.LocationProperty.Builder type(String type)
CfnDocumentationPart.LocationProperty.getType()type - The type of API entity that the documentation content applies to.this@Stability(value=Stable) public CfnDocumentationPart.LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDocumentationPart.LocationProperty>CfnDocumentationPart.LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.