CopyableBuilder<CreateFunctionDefinitionResponse.Builder,CreateFunctionDefinitionResponse>, SdkBuilder<CreateFunctionDefinitionResponse.Builder,CreateFunctionDefinitionResponse>public static interface CreateFunctionDefinitionResponse.Builder extends CopyableBuilder<CreateFunctionDefinitionResponse.Builder,CreateFunctionDefinitionResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateFunctionDefinitionResponse.Builder |
arn(String arn) |
Arn of the definition.
|
CreateFunctionDefinitionResponse.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp of when the definition was created.
|
CreateFunctionDefinitionResponse.Builder |
id(String id) |
Id of the definition.
|
CreateFunctionDefinitionResponse.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp) |
Last updated timestamp of the definition.
|
CreateFunctionDefinitionResponse.Builder |
latestVersion(String latestVersion) |
Last version of the definition.
|
CreateFunctionDefinitionResponse.Builder |
latestVersionArn(String latestVersionArn) |
Latest version arn of the definition.
|
CreateFunctionDefinitionResponse.Builder |
name(String name) |
Name of the definition.
|
copyapply, buildCreateFunctionDefinitionResponse.Builder arn(String arn)
arn - Arn of the definition.CreateFunctionDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.CreateFunctionDefinitionResponse.Builder id(String id)
id - Id of the definition.CreateFunctionDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.CreateFunctionDefinitionResponse.Builder latestVersion(String latestVersion)
latestVersion - Last version of the definition.CreateFunctionDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.CreateFunctionDefinitionResponse.Builder name(String name)
name - Name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.