Uses of Interface
software.amazon.awssdk.services.cloudformation.model.HookTarget.Builder
-
Packages that use HookTarget.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of HookTarget.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookTarget.Builder Modifier and Type Method Description HookTarget.BuilderHookTarget.Builder. action(String action)The action that invoked the Hook.HookTarget.BuilderHookTarget.Builder. action(HookTargetAction action)The action that invoked the Hook.static HookTarget.BuilderHookTarget. builder()HookTarget.BuilderHookTarget.Builder. targetId(String targetId)The unique identifier of the Hook invocation target.HookTarget.BuilderHookTarget.Builder. targetType(String targetType)The target type.HookTarget.BuilderHookTarget.Builder. targetType(HookTargetType targetType)The target type.HookTarget.BuilderHookTarget.Builder. targetTypeName(String targetTypeName)The target name, for example,AWS::S3::Bucket.HookTarget.BuilderHookTarget. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type HookTarget.Builder Modifier and Type Method Description static Class<? extends HookTarget.Builder>HookTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type HookTarget.Builder Modifier and Type Method Description default GetHookResultResponse.BuilderGetHookResultResponse.Builder. target(Consumer<HookTarget.Builder> target)Information about the target of the Hook invocation.
-