Interface GetDocumentationPartsRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>,SdkBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDocumentationPartsRequest
public static interface GetDocumentationPartsRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDocumentationPartsRequest.Builderlimit(Integer limit)The maximum number of returned results per page.GetDocumentationPartsRequest.BuilderlocationStatus(String locationStatus)The status of the API documentation parts to retrieve.GetDocumentationPartsRequest.BuilderlocationStatus(LocationStatusType locationStatus)The status of the API documentation parts to retrieve.GetDocumentationPartsRequest.BuildernameQuery(String nameQuery)The name of API entities of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDocumentationPartsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDocumentationPartsRequest.Builderpath(String path)The path of API entities of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.Builderposition(String position)The current pagination position in the paged result set.GetDocumentationPartsRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.GetDocumentationPartsRequest.Buildertype(String type)The type of API entities of the to-be-retrieved documentation parts.GetDocumentationPartsRequest.Buildertype(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
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restApiId
GetDocumentationPartsRequest.Builder restApiId(String 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
GetDocumentationPartsRequest.Builder type(String 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:
DocumentationPartType,DocumentationPartType
-
type
GetDocumentationPartsRequest.Builder type(DocumentationPartType 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:
DocumentationPartType,DocumentationPartType
-
nameQuery
GetDocumentationPartsRequest.Builder nameQuery(String 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
GetDocumentationPartsRequest.Builder path(String 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
GetDocumentationPartsRequest.Builder position(String 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
GetDocumentationPartsRequest.Builder limit(Integer 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
GetDocumentationPartsRequest.Builder locationStatus(String 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:
LocationStatusType,LocationStatusType
-
locationStatus
GetDocumentationPartsRequest.Builder locationStatus(LocationStatusType 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:
LocationStatusType,LocationStatusType
-
overrideConfiguration
GetDocumentationPartsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDocumentationPartsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-