Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionMetadata.Builder
-
Packages that use FunctionMetadata.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionMetadata.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionMetadata.Builder Modifier and Type Method Description static FunctionMetadata.BuilderFunctionMetadata. builder()FunctionMetadata.BuilderFunctionMetadata.Builder. createdTime(Instant createdTime)The date and time when the function was created.FunctionMetadata.BuilderFunctionMetadata.Builder. functionARN(String functionARN)The Amazon Resource Name (ARN) of the function.FunctionMetadata.BuilderFunctionMetadata.Builder. lastModifiedTime(Instant lastModifiedTime)The date and time when the function was most recently updated.FunctionMetadata.BuilderFunctionMetadata.Builder. stage(String stage)The stage that the function is in, eitherDEVELOPMENTorLIVE.FunctionMetadata.BuilderFunctionMetadata.Builder. stage(FunctionStage stage)The stage that the function is in, eitherDEVELOPMENTorLIVE.FunctionMetadata.BuilderFunctionMetadata. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionMetadata.Builder Modifier and Type Method Description static Class<? extends FunctionMetadata.Builder>FunctionMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionMetadata.Builder Modifier and Type Method Description default FunctionSummary.BuilderFunctionSummary.Builder. functionMetadata(Consumer<FunctionMetadata.Builder> functionMetadata)Contains metadata about a CloudFront function.
-