Interface FailedMemberAccountEc2DeepInspectionStatusState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,
,FailedMemberAccountEc2DeepInspectionStatusState> SdkBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,
,FailedMemberAccountEc2DeepInspectionStatusState> SdkPojo
- Enclosing class:
FailedMemberAccountEc2DeepInspectionStatusState
@Mutable
@NotThreadSafe
public static interface FailedMemberAccountEc2DeepInspectionStatusState.Builder
extends SdkPojo, CopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.ec2ScanStatus
(String ec2ScanStatus) The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.ec2ScanStatus
(Status ec2ScanStatus) The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.errorMessage
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
- Parameters:
ec2ScanStatus
- The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ec2ScanStatus
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
- Parameters:
ec2ScanStatus
- The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-