Interface MemberAccountEc2DeepInspectionStatusState.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>,SdkBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>,SdkPojo
- Enclosing class:
- MemberAccountEc2DeepInspectionStatusState
public static interface MemberAccountEc2DeepInspectionStatusState.Builder extends SdkPojo, CopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemberAccountEc2DeepInspectionStatusState.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account of the organization memberMemberAccountEc2DeepInspectionStatusState.BuildererrorMessage(String errorMessage)The error message explaining why the account failed to activate Amazon Inspector deep inspection.MemberAccountEc2DeepInspectionStatusState.Builderstatus(String status)The state of Amazon Inspector deep inspection in the member account.MemberAccountEc2DeepInspectionStatusState.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
accountId
MemberAccountEc2DeepInspectionStatusState.Builder accountId(String 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
MemberAccountEc2DeepInspectionStatusState.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.
-
status
MemberAccountEc2DeepInspectionStatusState.Builder status(String 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:
Ec2DeepInspectionStatus,Ec2DeepInspectionStatus
-
status
MemberAccountEc2DeepInspectionStatusState.Builder status(Ec2DeepInspectionStatus 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:
Ec2DeepInspectionStatus,Ec2DeepInspectionStatus
-
-