Interface State.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<State.Builder,State>,SdkBuilder<State.Builder,State>,SdkPojo
- Enclosing class:
- State
public static interface State.Builder extends SdkPojo, CopyableBuilder<State.Builder,State>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description State.BuildererrorCode(String errorCode)The error code explaining why the account failed to enable Amazon Inspector.State.BuildererrorCode(ErrorCode errorCode)The error code explaining why the account failed to enable Amazon Inspector.State.BuildererrorMessage(String errorMessage)The error message received when the account failed to enable Amazon Inspector.State.Builderstatus(String status)The status of Amazon Inspector for the account.State.Builderstatus(Status status)The status of Amazon Inspector for the account.-
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
-
errorCode
State.Builder errorCode(String errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
-
errorCode
State.Builder errorCode(ErrorCode errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
-
errorMessage
State.Builder errorMessage(String errorMessage)
The error message received when the account failed to enable Amazon Inspector.
- Parameters:
errorMessage- The error message received when the account failed to enable Amazon Inspector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
State.Builder status(String status)
The status of Amazon Inspector for the account.
-
status
State.Builder status(Status status)
The status of Amazon Inspector for the account.
-
-