Interface RegionFailure.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegionFailure.Builder,,RegionFailure> SdkBuilder<RegionFailure.Builder,,RegionFailure> SdkPojo
- Enclosing class:
RegionFailure
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage(String errorMessage) The error message for the failure in the Region.imageConfigurationStep(String imageConfigurationStep) The image configuration step where the failure occurred.imageConfigurationStep(ImageConfigurationStep imageConfigurationStep) The image configuration step where the failure occurred.The Region where the failure occurred.The failure status for the Region.status(RegionFailureStatus status) The failure status for the Region.targetAccountId(String targetAccountId) The account ID of the account that the image was distributed to in the Region.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
-
region
The Region where the failure occurred.
- Parameters:
region- The Region where the failure occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.
- Parameters:
status- The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.
- Parameters:
status- The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageConfigurationStep
The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.
- Parameters:
imageConfigurationStep- The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageConfigurationStep
The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.
- Parameters:
imageConfigurationStep- The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The error message for the failure in the Region.
- Parameters:
errorMessage- The error message for the failure in the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetAccountId
The account ID of the account that the image was distributed to in the Region.
- Parameters:
targetAccountId- The account ID of the account that the image was distributed to in the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-