Class CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty>
- Enclosing interface:
CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty
@Stability(Stable)
public static final class CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty>
A builder for
CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.getReady()readyTimeoutInSeconds(Number readyTimeoutInSeconds) Sets the value ofCfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.getValidate()validateTimeoutInSeconds(Number validateTimeoutInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ready
@Stability(Stable) public CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder ready(String ready) Sets the value ofCfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.getReady()- Parameters:
ready- the value to be set.- Returns:
this
-
readyTimeoutInSeconds
@Stability(Stable) public CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder readyTimeoutInSeconds(Number readyTimeoutInSeconds) - Parameters:
readyTimeoutInSeconds- the value to be set.- Returns:
this
-
validate
@Stability(Stable) public CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder validate(String validate) Sets the value ofCfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.getValidate()- Parameters:
validate- the value to be set.- Returns:
this
-
validateTimeoutInSeconds
@Stability(Stable) public CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Builder validateTimeoutInSeconds(Number validateTimeoutInSeconds) - Parameters:
validateTimeoutInSeconds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty>- Returns:
- a new instance of
CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty - Throws:
NullPointerException- if any required attribute was not provided
-