public static interface UpdateNamespaceRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace. This parameter must be
updated together with adminUsername.
adminUserPassword - The password of the administrator for the first database created in the namespace. This parameter must
be updated together with adminUsername.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 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.