Interface MicrovmImageHooks.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MicrovmImageHooks.Builder,,MicrovmImageHooks> SdkBuilder<MicrovmImageHooks.Builder,,MicrovmImageHooks> SdkPojo
- Enclosing class:
MicrovmImageHooks
@Mutable
@NotThreadSafe
public static interface MicrovmImageHooks.Builder
extends SdkPojo, CopyableBuilder<MicrovmImageHooks.Builder,MicrovmImageHooks>
-
Method Summary
Modifier and TypeMethodDescriptionThe path of the hook invoked when the MicroVM image build is ready.The path of the hook invoked when the MicroVM image build is ready.readyTimeoutInSeconds(Integer readyTimeoutInSeconds) The maximum time in seconds for the ready hook to complete.The path of the hook invoked to validate the MicroVM image build.The path of the hook invoked to validate the MicroVM image build.validateTimeoutInSeconds(Integer validateTimeoutInSeconds) The maximum time in seconds for the validate hook to complete.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ready
The path of the hook invoked when the MicroVM image build is ready.
- Parameters:
ready- The path of the hook invoked when the MicroVM image build is ready.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ready
The path of the hook invoked when the MicroVM image build is ready.
- Parameters:
ready- The path of the hook invoked when the MicroVM image build is ready.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
readyTimeoutInSeconds
The maximum time in seconds for the ready hook to complete.
- Parameters:
readyTimeoutInSeconds- The maximum time in seconds for the ready hook to complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validate
The path of the hook invoked to validate the MicroVM image build.
- Parameters:
validate- The path of the hook invoked to validate the MicroVM image build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validate
The path of the hook invoked to validate the MicroVM image build.
- Parameters:
validate- The path of the hook invoked to validate the MicroVM image build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validateTimeoutInSeconds
The maximum time in seconds for the validate hook to complete.
- Parameters:
validateTimeoutInSeconds- The maximum time in seconds for the validate hook to complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-