Interface UpdateModelRequest.Builder
- All Superinterfaces:
- ApiGatewayRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateModelRequest.Builder,,- UpdateModelRequest> - SdkBuilder<UpdateModelRequest.Builder,,- UpdateModelRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateModelRequest
@Mutable
@NotThreadSafe
public static interface UpdateModelRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the model to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.The string identifier of the associated RestApi.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
restApiIdThe 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.
 
- 
modelNameThe name of the model to update. - Parameters:
- modelName- The name of the model to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
patchOperationsFor more information about supported patch operations, see Patch Operations. - Parameters:
- patchOperations- For more information about supported patch operations, see Patch Operations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
patchOperationsFor more information about supported patch operations, see Patch Operations. - Parameters:
- patchOperations- For more information about supported patch operations, see Patch Operations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
patchOperationsFor more information about supported patch operations, see Patch Operations. This is a convenience method that creates an instance of thePatchOperation.Builderavoiding the need to create one manually viaPatchOperation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topatchOperations(List<PatchOperation>).- Parameters:
- patchOperations- a consumer that will call methods on- PatchOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-