Interface GetDocumentationPartsRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDocumentationPartsRequest.Builder,,GetDocumentationPartsRequest> SdkBuilder<GetDocumentationPartsRequest.Builder,,GetDocumentationPartsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDocumentationPartsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of returned results per page.locationStatus(String locationStatus) The status of the API documentation parts to retrieve.locationStatus(LocationStatusType locationStatus) The status of the API documentation parts to retrieve.The name of API entities of the to-be-retrieved documentation parts.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The path of API entities of the to-be-retrieved documentation parts.The current pagination position in the paged result set.The string identifier of the associated RestApi.The type of API entities of the to-be-retrieved documentation parts.type(DocumentationPartType type) The type of API entities of the to-be-retrieved documentation parts.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of API entities of the to-be-retrieved documentation parts.
- Parameters:
type- The type of API entities of the to-be-retrieved documentation parts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of API entities of the to-be-retrieved documentation parts.
- Parameters:
type- The type of API entities of the to-be-retrieved documentation parts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nameQuery
The name of API entities of the to-be-retrieved documentation parts.
- Parameters:
nameQuery- The name of API entities of the to-be-retrieved documentation parts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path of API entities of the to-be-retrieved documentation parts.
- Parameters:
path- The path of API entities of the to-be-retrieved documentation parts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The current pagination position in the paged result set.
- Parameters:
position- The current pagination position in the paged result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Parameters:
limit- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationStatus
The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.- Parameters:
locationStatus- The status of the API documentation parts to retrieve. Valid values areDOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationStatus
The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.- Parameters:
locationStatus- The status of the API documentation parts to retrieve. Valid values areDOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetDocumentationPartsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDocumentationPartsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-