public static interface State.Builder extends SdkPojo, CopyableBuilder<State.Builder,State>
| Modifier and Type | Method and Description |
|---|---|
State.Builder |
errorCode(ErrorCode errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
State.Builder |
errorCode(String errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
|
State.Builder |
errorMessage(String errorMessage)
The error message received when the account failed to enable Amazon Inspector.
|
State.Builder |
status(Status status)
The status of Amazon Inspector for the account.
|
State.Builder |
status(String status)
The status of Amazon Inspector for the account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildState.Builder errorCode(String errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
State.Builder errorCode(ErrorCode errorCode)
The error code explaining why the account failed to enable Amazon Inspector.
State.Builder errorMessage(String errorMessage)
The error message received when the account failed to enable Amazon Inspector.
errorMessage - The error message received when the account failed to enable Amazon Inspector.State.Builder status(String status)
The status of Amazon Inspector for the account.
State.Builder status(Status status)
The status of Amazon Inspector for the account.
Copyright © 2022. All rights reserved.