Interface CreateNamespaceRequest.Builder

  • Method Details

    • adminPasswordSecretKmsKeyId

      CreateNamespaceRequest.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

      CreateNamespaceRequest.Builder adminUserPassword(String adminUserPassword)

      The password of the administrator for the first database created in the namespace.

      You can't use adminUserPassword if manageAdminPassword is true.

      Parameters:
      adminUserPassword - The password of the administrator for the first database created in the namespace.

      You can't use adminUserPassword if manageAdminPassword is true.

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

      CreateNamespaceRequest.Builder adminUsername(String adminUsername)

      The username of the administrator for the first database created in the namespace.

      Parameters:
      adminUsername - The username of the administrator for the first database created in the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbName

      The name of the first database created in the namespace.

      Parameters:
      dbName - The name of the first database created in the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultIamRoleArn

      CreateNamespaceRequest.Builder defaultIamRoleArn(String defaultIamRoleArn)

      The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.

      Parameters:
      defaultIamRoleArn - The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
      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.

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

      CreateNamespaceRequest.Builder iamRoles(String... iamRoles)

      A list of IAM roles to associate with the namespace.

      Parameters:
      iamRoles - A list of IAM roles to associate with the namespace.
      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.
    • logExportsWithStrings

      CreateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)

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

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

      CreateNamespaceRequest.Builder logExportsWithStrings(String... logExports)

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

      Parameters:
      logExports - The types of logs the namespace can export. Available 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. Available export types are userlog, connectionlog, and useractivitylog.

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

      CreateNamespaceRequest.Builder logExports(LogExport... logExports)

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

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

      CreateNamespaceRequest.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

      CreateNamespaceRequest.Builder namespaceName(String namespaceName)

      The name of the namespace.

      Parameters:
      namespaceName - The name of the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redshiftIdcApplicationArn

      CreateNamespaceRequest.Builder redshiftIdcApplicationArn(String redshiftIdcApplicationArn)

      The ARN for the Redshift application that integrates with IAM Identity Center.

      Parameters:
      redshiftIdcApplicationArn - The ARN for the Redshift application that integrates with IAM Identity Center.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      Parameters:
      tags - A list of tag instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      Parameters:
      tags - A list of tag instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateNamespaceRequest.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.