Namespace.Builder |
Namespace.Builder.adminPasswordSecretArn(String adminPasswordSecretArn) |
The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
|
Namespace.Builder |
Namespace.Builder.adminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId) |
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret.
|
Namespace.Builder |
Namespace.Builder.adminUsername(String adminUsername) |
The username of the administrator for the first database created in the namespace.
|
static Namespace.Builder |
Namespace.builder() |
|
Namespace.Builder |
Namespace.Builder.creationDate(Instant creationDate) |
The date of when the namespace was created.
|
Namespace.Builder |
Namespace.Builder.dbName(String dbName) |
The name of the first database created in the namespace.
|
Namespace.Builder |
Namespace.Builder.defaultIamRoleArn(String defaultIamRoleArn) |
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
Namespace.Builder |
Namespace.Builder.iamRoles(String... iamRoles) |
A list of IAM roles to associate with the namespace.
|
Namespace.Builder |
Namespace.Builder.iamRoles(Collection<String> iamRoles) |
A list of IAM roles to associate with the namespace.
|
Namespace.Builder |
Namespace.Builder.kmsKeyId(String kmsKeyId) |
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
Namespace.Builder |
Namespace.Builder.logExports(Collection<LogExport> logExports) |
The types of logs the namespace can export.
|
Namespace.Builder |
Namespace.Builder.logExports(LogExport... logExports) |
The types of logs the namespace can export.
|
Namespace.Builder |
Namespace.Builder.logExportsWithStrings(String... logExports) |
The types of logs the namespace can export.
|
Namespace.Builder |
Namespace.Builder.logExportsWithStrings(Collection<String> logExports) |
The types of logs the namespace can export.
|
Namespace.Builder |
Namespace.Builder.namespaceArn(String namespaceArn) |
The Amazon Resource Name (ARN) associated with a namespace.
|
Namespace.Builder |
Namespace.Builder.namespaceId(String namespaceId) |
The unique identifier of a namespace.
|
Namespace.Builder |
Namespace.Builder.namespaceName(String namespaceName) |
The name of the namespace.
|
Namespace.Builder |
Namespace.Builder.status(String status) |
The status of the namespace.
|
Namespace.Builder |
Namespace.Builder.status(NamespaceStatus status) |
The status of the namespace.
|
Namespace.Builder |
Namespace.toBuilder() |
|