| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AWSAccount.Builder |
AWSAccount.builder() |
AWSAccount.Builder |
AWSAccount.Builder.emailAddress(String emailAddress)
The email address associated with the specified AWS account.
|
AWSAccount.Builder |
AWSAccount.Builder.id(String id)
The identifier for the specified AWS account.
|
AWSAccount.Builder |
AWSAccount.Builder.name(String name)
The name of the specified AWS account.
|
AWSAccount.Builder |
AWSAccount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AWSAccount.Builder> |
AWSAccount.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Assessment.Builder |
Assessment.Builder.awsAccount(Consumer<AWSAccount.Builder> awsAccount)
The AWS account associated with the assessment.
|
Copyright © 2021. All rights reserved.