Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionAssociation.Builder
-
Packages that use FunctionAssociation.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionAssociation.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionAssociation.Builder Modifier and Type Method Description static FunctionAssociation.BuilderFunctionAssociation. builder()FunctionAssociation.BuilderFunctionAssociation.Builder. eventType(String eventType)The event type of the function, eitherviewer-requestorviewer-response.FunctionAssociation.BuilderFunctionAssociation.Builder. eventType(EventType eventType)The event type of the function, eitherviewer-requestorviewer-response.FunctionAssociation.BuilderFunctionAssociation.Builder. functionARN(String functionARN)The Amazon Resource Name (ARN) of the function.FunctionAssociation.BuilderFunctionAssociation. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionAssociation.Builder Modifier and Type Method Description static Class<? extends FunctionAssociation.Builder>FunctionAssociation. serializableBuilderClass()
-