Interface FailedMemberAccountEc2DeepInspectionStatusState.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>,SdkBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>,SdkPojo
- Enclosing class:
- FailedMemberAccountEc2DeepInspectionStatusState
public static interface FailedMemberAccountEc2DeepInspectionStatusState.Builder extends SdkPojo, CopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedMemberAccountEc2DeepInspectionStatusState.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.FailedMemberAccountEc2DeepInspectionStatusState.Builderec2ScanStatus(String ec2ScanStatus)The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.FailedMemberAccountEc2DeepInspectionStatusState.Builderec2ScanStatus(Status ec2ScanStatus)The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.FailedMemberAccountEc2DeepInspectionStatusState.BuildererrorMessage(String errorMessage)The error message explaining why the account failed to activate Amazon Inspector deep inspection.-
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
FailedMemberAccountEc2DeepInspectionStatusState.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.
- Parameters:
accountId- The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2ScanStatus
FailedMemberAccountEc2DeepInspectionStatusState.Builder ec2ScanStatus(String ec2ScanStatus)
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
-
ec2ScanStatus
FailedMemberAccountEc2DeepInspectionStatusState.Builder ec2ScanStatus(Status ec2ScanStatus)
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
-
errorMessage
FailedMemberAccountEc2DeepInspectionStatusState.Builder errorMessage(String errorMessage)
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
- Parameters:
errorMessage- The error message explaining why the account failed to activate Amazon Inspector deep inspection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-