CopyableBuilder<UpdateIntegrationRequest.Builder,UpdateIntegrationRequest>
, SdkBuilder<UpdateIntegrationRequest.Builder,UpdateIntegrationRequest>
public static interface UpdateIntegrationRequest.Builder extends CopyableBuilder<UpdateIntegrationRequest.Builder,UpdateIntegrationRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateIntegrationRequest.Builder |
httpMethod(String httpMethod) |
Represents an update integration request's HTTP method.
|
UpdateIntegrationRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
resourceId(String resourceId) |
Represents an update integration request's resource identifier.
|
UpdateIntegrationRequest.Builder |
restApiId(String restApiId) |
Represents an update integration request's API identifier.
|
copy
apply, build
UpdateIntegrationRequest.Builder restApiId(String restApiId)
Represents an update integration request's API identifier.
restApiId
- Represents an update integration request's API identifier.UpdateIntegrationRequest.Builder resourceId(String resourceId)
Represents an update integration request's resource identifier.
resourceId
- Represents an update integration request's resource identifier.UpdateIntegrationRequest.Builder httpMethod(String httpMethod)
Represents an update integration request's HTTP method.
httpMethod
- Represents an update integration request's HTTP method.UpdateIntegrationRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateIntegrationRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.