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