Interface ErrorInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ErrorInformation.Builder,,ErrorInformation> SdkBuilder<ErrorInformation.Builder,,ErrorInformation> SdkPojo
- Enclosing class:
ErrorInformation
@Mutable
@NotThreadSafe
public static interface ErrorInformation.Builder
extends SdkPojo, CopyableBuilder<ErrorInformation.Builder,ErrorInformation>
-
Method Summary
Modifier and TypeMethodDescriptionPentest job failure error codePentest job failure error codePentest job failure error messageMethods 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
-
code
Pentest job failure error code
- Parameters:
code- Pentest job failure error code- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Pentest job failure error code
- Parameters:
code- Pentest job failure error code- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
Pentest job failure error message
- Parameters:
message- Pentest job failure error message- Returns:
- Returns a reference to this object so that method calls can be chained together.
-