Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionMetadata.Builder
Packages that use FunctionMetadata.Builder
-
Uses of FunctionMetadata.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionMetadata.BuilderModifier and TypeMethodDescriptionstatic FunctionMetadata.BuilderFunctionMetadata.builder()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.The stage that the function is in, eitherDEVELOPMENTorLIVE.FunctionMetadata.Builder.stage(FunctionStage stage) The stage that the function is in, eitherDEVELOPMENTorLIVE.FunctionMetadata.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionMetadata.Builder>FunctionMetadata.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionMetadata.BuilderModifier and TypeMethodDescriptiondefault FunctionSummary.BuilderFunctionSummary.Builder.functionMetadata(Consumer<FunctionMetadata.Builder> functionMetadata) Contains metadata about a CloudFront function.