Interface UpdateModelRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>,SdkBuilder<UpdateModelRequest.Builder,UpdateModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateModelRequest
public static interface UpdateModelRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateModelRequest.BuilderapiId(String apiId)The API identifier.UpdateModelRequest.BuildercontentType(String contentType)The content-type for the model, for example, "application/json".UpdateModelRequest.Builderdescription(String description)The description of the model.UpdateModelRequest.BuildermodelId(String modelId)The model ID.UpdateModelRequest.Buildername(String name)The name of the model.UpdateModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateModelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateModelRequest.Builderschema(String schema)The schema for the model.-
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.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
-
apiId
UpdateModelRequest.Builder apiId(String apiId)
The API identifier.
- Parameters:
apiId- The API identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
UpdateModelRequest.Builder contentType(String contentType)
The content-type for the model, for example, "application/json".
- Parameters:
contentType- The content-type for the model, for example, "application/json".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateModelRequest.Builder description(String description)
The description of the model.
- Parameters:
description- The description of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
UpdateModelRequest.Builder modelId(String modelId)
The model ID.
- Parameters:
modelId- The model ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateModelRequest.Builder name(String name)
The name of the model.
- Parameters:
name- The name of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
UpdateModelRequest.Builder schema(String schema)
The schema for the model. For application/json models, this should be JSON schema draft 4 model.
- Parameters:
schema- The schema for the model. For application/json models, this should be JSON schema draft 4 model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-