Class CfnGuardHookPropsMixin.OptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnGuardHookPropsMixin.OptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGuardHookPropsMixin.OptionsProperty>
- Enclosing interface:
CfnGuardHookPropsMixin.OptionsProperty
@Stability(Stable)
public static final class CfnGuardHookPropsMixin.OptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGuardHookPropsMixin.OptionsProperty>
A builder for
CfnGuardHookPropsMixin.OptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputParams(CfnGuardHookPropsMixin.S3LocationProperty inputParams) Sets the value ofCfnGuardHookPropsMixin.OptionsProperty.getInputParams()inputParams(IResolvable inputParams) Sets the value ofCfnGuardHookPropsMixin.OptionsProperty.getInputParams()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputParams
@Stability(Stable) public CfnGuardHookPropsMixin.OptionsProperty.Builder inputParams(IResolvable inputParams) Sets the value ofCfnGuardHookPropsMixin.OptionsProperty.getInputParams()- Parameters:
inputParams- Specifies the S3 location where your input parameters are located.- Returns:
this
-
inputParams
@Stability(Stable) public CfnGuardHookPropsMixin.OptionsProperty.Builder inputParams(CfnGuardHookPropsMixin.S3LocationProperty inputParams) Sets the value ofCfnGuardHookPropsMixin.OptionsProperty.getInputParams()- Parameters:
inputParams- Specifies the S3 location where your input parameters are located.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGuardHookPropsMixin.OptionsProperty>- Returns:
- a new instance of
CfnGuardHookPropsMixin.OptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-