Interface DelegatedAdminAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DelegatedAdminAccount.Builder,DelegatedAdminAccount>,SdkBuilder<DelegatedAdminAccount.Builder,DelegatedAdminAccount>,SdkPojo
- Enclosing class:
- DelegatedAdminAccount
public static interface DelegatedAdminAccount.Builder extends SdkPojo, CopyableBuilder<DelegatedAdminAccount.Builder,DelegatedAdminAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegatedAdminAccount.BuilderaccountId(String accountId)The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.DelegatedAdminAccount.Builderstatus(String status)The status of the Amazon Inspector delegated administrator.DelegatedAdminAccount.Builderstatus(DelegatedAdminStatus status)The status of the Amazon Inspector delegated administrator.-
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
DelegatedAdminAccount.Builder accountId(String accountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
- Parameters:
accountId- The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DelegatedAdminAccount.Builder status(String status)
The status of the Amazon Inspector delegated administrator.
- Parameters:
status- The status of the Amazon Inspector delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DelegatedAdminStatus,DelegatedAdminStatus
-
status
DelegatedAdminAccount.Builder status(DelegatedAdminStatus status)
The status of the Amazon Inspector delegated administrator.
- Parameters:
status- The status of the Amazon Inspector delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DelegatedAdminStatus,DelegatedAdminStatus
-
-