Interface UpdateNamespaceRequest.Builder

  • Method Details

    • adminPasswordSecretKmsKeyId

      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. You can only use this parameter if manageAdminPassword is true.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminUserPassword

      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.

      If your admin user account is locked, this operation also unlocks your account and resets the failed-login counter. This option is available only when account lockout security is enabled for the namespace.

      Parameters:
      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.

      If your admin user account is locked, this operation also unlocks your account and resets the failed-login counter. This option is available only when account lockout security is enabled for the namespace.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      adminUsername - The username of the administrator for the first database created in the namespace. This parameter must be updated together with adminUserPassword.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultIamRoleArn

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoles

      A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.

      Parameters:
      iamRoles - A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoles

      UpdateNamespaceRequest.Builder iamRoles(String... iamRoles)

      A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.

      Parameters:
      iamRoles - A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      The ID of the Amazon Web Services Key Management Service key used to encrypt your data.

      Parameters:
      kmsKeyId - The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logDestinationType

      UpdateNamespaceRequest.Builder logDestinationType(String logDestinationType)

      The destination for the log data. Valid values are s3table and cloudwatch.

      Set this to s3table to manage Amazon S3 Tables system-table publishing for the namespace.

      Parameters:
      logDestinationType - The destination for the log data. Valid values are s3table and cloudwatch .

      Set this to s3table to manage Amazon S3 Tables system-table publishing for the namespace.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logDestinationType

      UpdateNamespaceRequest.Builder logDestinationType(LogDestinationType logDestinationType)

      The destination for the log data. Valid values are s3table and cloudwatch.

      Set this to s3table to manage Amazon S3 Tables system-table publishing for the namespace.

      Parameters:
      logDestinationType - The destination for the log data. Valid values are s3table and cloudwatch .

      Set this to s3table to manage Amazon S3 Tables system-table publishing for the namespace.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logExportsWithStrings

      UpdateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)

      The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.

      Parameters:
      logExports - The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logExportsWithStrings

      UpdateNamespaceRequest.Builder logExportsWithStrings(String... logExports)

      The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.

      Parameters:
      logExports - The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logExports

      The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.

      Parameters:
      logExports - The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logExports

      UpdateNamespaceRequest.Builder logExports(LogExport... logExports)

      The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.

      Parameters:
      logExports - The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manageAdminPassword

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaceName

      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.

      Parameters:
      namespaceName - The name of the namespace to update. You can't update the name of a namespace once it is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3TableAction

      UpdateNamespaceRequest.Builder s3TableAction(String s3TableAction)

      Whether to enable or disable Amazon S3 Tables publishing. Valid values are Enable and Disable, matched case-insensitively.

      When omitted, defaults to Enable. Valid only when logDestinationType is s3table.

      Parameters:
      s3TableAction - Whether to enable or disable Amazon S3 Tables publishing. Valid values are Enable and Disable, matched case-insensitively.

      When omitted, defaults to Enable. Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3TableAction

      UpdateNamespaceRequest.Builder s3TableAction(S3TableAction s3TableAction)

      Whether to enable or disable Amazon S3 Tables publishing. Valid values are Enable and Disable, matched case-insensitively.

      When omitted, defaults to Enable. Valid only when logDestinationType is s3table.

      Parameters:
      s3TableAction - Whether to enable or disable Amazon S3 Tables publishing. Valid values are Enable and Disable, matched case-insensitively.

      When omitted, defaults to Enable. Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3TableGranularity

      UpdateNamespaceRequest.Builder s3TableGranularity(String s3TableGranularity)

      The scope of the Amazon S3 Tables destination. Valid values are namespace and account, matched case-insensitively. namespace scopes the published tables to this namespace; account scopes them to the Amazon Web Services account.

      Required when enabling. Omitting this parameter or passing a blank value fails with ValidationException. Valid only when logDestinationType is s3table.

      Parameters:
      s3TableGranularity - The scope of the Amazon S3 Tables destination. Valid values are namespace and account, matched case-insensitively. namespace scopes the published tables to this namespace; account scopes them to the Amazon Web Services account.

      Required when enabling. Omitting this parameter or passing a blank value fails with ValidationException. Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3TableGranularity

      UpdateNamespaceRequest.Builder s3TableGranularity(S3TableGranularity s3TableGranularity)

      The scope of the Amazon S3 Tables destination. Valid values are namespace and account, matched case-insensitively. namespace scopes the published tables to this namespace; account scopes them to the Amazon Web Services account.

      Required when enabling. Omitting this parameter or passing a blank value fails with ValidationException. Valid only when logDestinationType is s3table.

      Parameters:
      s3TableGranularity - The scope of the Amazon S3 Tables destination. Valid values are namespace and account, matched case-insensitively. namespace scopes the published tables to this namespace; account scopes them to the Amazon Web Services account.

      Required when enabling. Omitting this parameter or passing a blank value fails with ValidationException. Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3TableKmsKeyId

      UpdateNamespaceRequest.Builder s3TableKmsKeyId(String s3TableKmsKeyId)

      The identifier of the Key Management Service key used to encrypt the published Amazon S3 Tables data. When omitted, the data is encrypted with SSE-S3 (Amazon S3 managed keys).

      Valid only when logDestinationType is s3table.

      Parameters:
      s3TableKmsKeyId - The identifier of the Key Management Service key used to encrypt the published Amazon S3 Tables data. When omitted, the data is encrypted with SSE-S3 (Amazon S3 managed keys).

      Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3TableNames

      UpdateNamespaceRequest.Builder s3TableNames(Collection<String> s3TableNames)

      The system tables to publish (on enable) or to stop publishing (on disable). Each value is either a system table view name that begins with sys_ or the keyword all.

      Omitting this parameter, passing an empty list, or including all each select every current and future system table. Each name must be 1-128 characters, and the list can contain up to 256 names.

      Valid only when logDestinationType is s3table.

      Parameters:
      s3TableNames - The system tables to publish (on enable) or to stop publishing (on disable). Each value is either a system table view name that begins with sys_ or the keyword all.

      Omitting this parameter, passing an empty list, or including all each select every current and future system table. Each name must be 1-128 characters, and the list can contain up to 256 names.

      Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3TableNames

      UpdateNamespaceRequest.Builder s3TableNames(String... s3TableNames)

      The system tables to publish (on enable) or to stop publishing (on disable). Each value is either a system table view name that begins with sys_ or the keyword all.

      Omitting this parameter, passing an empty list, or including all each select every current and future system table. Each name must be 1-128 characters, and the list can contain up to 256 names.

      Valid only when logDestinationType is s3table.

      Parameters:
      s3TableNames - The system tables to publish (on enable) or to stop publishing (on disable). Each value is either a system table view name that begins with sys_ or the keyword all.

      Omitting this parameter, passing an empty list, or including all each select every current and future system table. Each name must be 1-128 characters, and the list can contain up to 256 names.

      Valid only when logDestinationType is s3table.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.