Interface GetModelRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetModelRequest.Builder,GetModelRequest>,SdkBuilder<GetModelRequest.Builder,GetModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetModelRequest
public static interface GetModelRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetModelRequest.Builder,GetModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetModelRequest.Builderflatten(Boolean flatten)A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default isfalse.GetModelRequest.BuildermodelName(String modelName)The name of the model as an identifier.GetModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetModelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetModelRequest.BuilderrestApiId(String restApiId)The RestApi identifier under which the Model exists.-
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
GetModelRequest.Builder restApiId(String restApiId)
The RestApi identifier under which the Model exists.
- Parameters:
restApiId- The RestApi identifier under which the Model exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
GetModelRequest.Builder modelName(String modelName)
The name of the model as an identifier.
- Parameters:
modelName- The name of the model as an identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flatten
GetModelRequest.Builder flatten(Boolean flatten)
A query parameter of a Boolean value to resolve (
true) all external model references and returns a flattened model schema or not (false) The default isfalse.- Parameters:
flatten- A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-