public static class UpdateFunctionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateFunctionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateFunctionResponse |
build() |
UpdateFunctionResponse.Builder |
copy(UpdateFunctionResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateFunctionResponse.Builder |
etag(String etag) |
UpdateFunctionResponse.Builder |
function(Function function) |
UpdateFunctionResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public UpdateFunctionResponse.Builder copy(UpdateFunctionResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateFunctionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateFunctionResponse.Builder etag(String etag)
public UpdateFunctionResponse.Builder opcRequestId(String opcRequestId)
public UpdateFunctionResponse.Builder function(Function function)
public UpdateFunctionResponse build()
Copyright © 2016–2021. All rights reserved.