public static interface Account.Builder extends SdkPojo, CopyableBuilder<Account.Builder,Account>
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
default Account.Builder |
resourceStatus(Consumer<ResourceStatus.Builder> resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
|
Account.Builder |
resourceStatus(ResourceStatus resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
|
Account.Builder |
status(Status status)
The status of Amazon Inspector for the account.
|
Account.Builder |
status(String status)
The status of Amazon Inspector for the account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccount.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.Account.Builder resourceStatus(ResourceStatus resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
resourceStatus - Details of the status of Amazon Inspector scans by resource type.default Account.Builder resourceStatus(Consumer<ResourceStatus.Builder> resourceStatus)
Details of the status of Amazon Inspector scans by resource type.
This is a convenience method that creates an instance of theResourceStatus.Builder avoiding the need
to create one manually via ResourceStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceStatus(ResourceStatus).
resourceStatus - a consumer that will call methods on ResourceStatus.BuilderresourceStatus(ResourceStatus)Account.Builder status(String status)
The status of Amazon Inspector for the account.
Account.Builder status(Status status)
The status of Amazon Inspector for the account.
Copyright © 2023. All rights reserved.