public static interface FunctionMetadata.Builder extends SdkPojo, CopyableBuilder<FunctionMetadata.Builder,FunctionMetadata>
| Modifier and Type | Method and Description |
|---|---|
FunctionMetadata.Builder |
createdTime(Instant createdTime)
The date and time when the function was created.
|
FunctionMetadata.Builder |
functionARN(String functionARN)
The Amazon Resource Name (ARN) of the function.
|
FunctionMetadata.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time when the function was most recently updated.
|
FunctionMetadata.Builder |
stage(FunctionStage stage)
The stage that the function is in, either
DEVELOPMENT or LIVE. |
FunctionMetadata.Builder |
stage(String stage)
The stage that the function is in, either
DEVELOPMENT or LIVE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionMetadata.Builder functionARN(String functionARN)
The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.
functionARN - The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.FunctionMetadata.Builder stage(String stage)
The stage that the function is in, either DEVELOPMENT or LIVE.
When a function is in the DEVELOPMENT stage, you can test the function with
TestFunction, and update it with UpdateFunction.
When a function is in the LIVE stage, you can attach the function to a distribution’s cache
behavior, using the function’s ARN.
stage - The stage that the function is in, either DEVELOPMENT or LIVE.
When a function is in the DEVELOPMENT stage, you can test the function with
TestFunction, and update it with UpdateFunction.
When a function is in the LIVE stage, you can attach the function to a distribution’s
cache behavior, using the function’s ARN.
FunctionStage,
FunctionStageFunctionMetadata.Builder stage(FunctionStage stage)
The stage that the function is in, either DEVELOPMENT or LIVE.
When a function is in the DEVELOPMENT stage, you can test the function with
TestFunction, and update it with UpdateFunction.
When a function is in the LIVE stage, you can attach the function to a distribution’s cache
behavior, using the function’s ARN.
stage - The stage that the function is in, either DEVELOPMENT or LIVE.
When a function is in the DEVELOPMENT stage, you can test the function with
TestFunction, and update it with UpdateFunction.
When a function is in the LIVE stage, you can attach the function to a distribution’s
cache behavior, using the function’s ARN.
FunctionStage,
FunctionStageFunctionMetadata.Builder createdTime(Instant createdTime)
The date and time when the function was created.
createdTime - The date and time when the function was created.FunctionMetadata.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time when the function was most recently updated.
lastModifiedTime - The date and time when the function was most recently updated.Copyright © 2021. All rights reserved.