Interface MemberAccountEc2DeepInspectionStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemberAccountEc2DeepInspectionStatus.Builder,MemberAccountEc2DeepInspectionStatus>,SdkBuilder<MemberAccountEc2DeepInspectionStatus.Builder,MemberAccountEc2DeepInspectionStatus>,SdkPojo
- Enclosing class:
- MemberAccountEc2DeepInspectionStatus
public static interface MemberAccountEc2DeepInspectionStatus.Builder extends SdkPojo, CopyableBuilder<MemberAccountEc2DeepInspectionStatus.Builder,MemberAccountEc2DeepInspectionStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemberAccountEc2DeepInspectionStatus.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account of the organization member.MemberAccountEc2DeepInspectionStatus.BuilderactivateDeepInspection(Boolean activateDeepInspection)Whether Amazon Inspector deep inspection is active in the 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
MemberAccountEc2DeepInspectionStatus.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.
-
activateDeepInspection
MemberAccountEc2DeepInspectionStatus.Builder activateDeepInspection(Boolean activateDeepInspection)
Whether Amazon Inspector deep inspection is active in the account. If
TRUEAmazon Inspector deep inspection is active, ifFALSEit is not active.- Parameters:
activateDeepInspection- Whether Amazon Inspector deep inspection is active in the account. IfTRUEAmazon Inspector deep inspection is active, ifFALSEit is not active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-