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