CopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
, SdkBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
public static interface GetFunctionResponse.Builder extends CopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetFunctionResponse.Builder |
code(FunctionCodeLocation code) |
|
GetFunctionResponse.Builder |
configuration(FunctionConfiguration configuration) |
|
GetFunctionResponse.Builder |
tags(Map<String,String> tags) |
Returns the list of tags associated with the function.
|
copy
apply, build
GetFunctionResponse.Builder configuration(FunctionConfiguration configuration)
configuration
- GetFunctionResponse.Builder code(FunctionCodeLocation code)
code
- GetFunctionResponse.Builder tags(Map<String,String> tags)
Returns the list of tags associated with the function.
tags
- Returns the list of tags associated with the function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.