Package software.amazon.awscdk
Class GuardHookReference.Builder
java.lang.Object
software.amazon.awscdk.GuardHookReference.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<GuardHookReference>
- Enclosing interface:
- GuardHookReference
@Stability(Stable)
public static final class GuardHookReference.Builder
extends Object
implements software.amazon.jsii.Builder<GuardHookReference>
A builder for 
GuardHookReference- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofGuardHookReference.getHookArn()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
hookArnSets the value ofGuardHookReference.getHookArn()- Parameters:
- hookArn- The HookArn of the GuardHook resource. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<GuardHookReference>
- Returns:
- a new instance of GuardHookReference
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-