Interface FreeTrialInfoError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTrialInfoError.Builder,FreeTrialInfoError>,SdkBuilder<FreeTrialInfoError.Builder,FreeTrialInfoError>,SdkPojo
- Enclosing class:
- FreeTrialInfoError
public static interface FreeTrialInfoError.Builder extends SdkPojo, CopyableBuilder<FreeTrialInfoError.Builder,FreeTrialInfoError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeTrialInfoError.BuilderaccountId(String accountId)The account associated with the Amazon Inspector free trial information.FreeTrialInfoError.Buildercode(String code)The error code.FreeTrialInfoError.Buildercode(FreeTrialInfoErrorCode code)The error code.FreeTrialInfoError.Buildermessage(String message)The error message returned.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
FreeTrialInfoError.Builder accountId(String accountId)
The account associated with the Amazon Inspector free trial information.
- Parameters:
accountId- The account associated with the Amazon Inspector free trial information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
FreeTrialInfoError.Builder code(String code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FreeTrialInfoErrorCode,FreeTrialInfoErrorCode
-
code
FreeTrialInfoError.Builder code(FreeTrialInfoErrorCode code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FreeTrialInfoErrorCode,FreeTrialInfoErrorCode
-
message
FreeTrialInfoError.Builder message(String message)
The error message returned.
- Parameters:
message- The error message returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-