public static interface UpdateNamespaceRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNamespaceRequest.Builder |
adminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret.
|
UpdateNamespaceRequest.Builder |
adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest.Builder |
adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest.Builder |
defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
UpdateNamespaceRequest.Builder |
iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
UpdateNamespaceRequest.Builder |
logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExports(LogExport... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExportsWithStrings(String... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
manageAdminPassword(Boolean manageAdminPassword)
If
true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. |
UpdateNamespaceRequest.Builder |
namespaceName(String namespaceName)
The name of the namespace to update.
|
UpdateNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNamespaceRequest.Builder adminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret. You can only use this parameter if manageAdminPassword is true.
adminPasswordSecretKmsKeyId - The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin
credentials secret. You can only use this parameter if manageAdminPassword is true.UpdateNamespaceRequest.Builder adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace. This parameter must be
updated together with adminUsername.
You can't use adminUserPassword if manageAdminPassword is true.
adminUserPassword - The password of the administrator for the first database created in the namespace. This parameter must
be updated together with adminUsername.
You can't use adminUserPassword if manageAdminPassword is true.
UpdateNamespaceRequest.Builder adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace. This parameter must be
updated together with adminUserPassword.
adminUsername - The username of the administrator for the first database created in the namespace. This parameter must
be updated together with adminUserPassword.UpdateNamespaceRequest.Builder defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be
updated together with iamRoles.
defaultIamRoleArn - The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter
must be updated together with iamRoles.UpdateNamespaceRequest.Builder iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.
iamRoles - A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.UpdateNamespaceRequest.Builder iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.
iamRoles - A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.UpdateNamespaceRequest.Builder kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
kmsKeyId - The ID of the Amazon Web Services Key Management Service key used to encrypt your data.UpdateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExportsWithStrings(String... logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExports(Collection<LogExport> logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExports(LogExport... logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder manageAdminPassword(Boolean manageAdminPassword)
If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You
can't use adminUserPassword if manageAdminPassword is true. If
manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for
the admin user account's password.
manageAdminPassword - If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin
credentials. You can't use adminUserPassword if manageAdminPassword is true.
If manageAdminPassword is false or not set, Amazon Redshift uses
adminUserPassword for the admin user account's password.UpdateNamespaceRequest.Builder namespaceName(String namespaceName)
The name of the namespace to update. You can't update the name of a namespace once it is created.
namespaceName - The name of the namespace to update. You can't update the name of a namespace once it is created.UpdateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.