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