Interface CreateNamespaceRequest.Builder

  • Method Details

    • awsAccountId

      CreateNamespaceRequest.Builder awsAccountId(String awsAccountId)

      The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.

      Parameters:
      awsAccountId - The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      CreateNamespaceRequest.Builder namespace(String namespace)

      The name that you want to use to describe the new namespace.

      Parameters:
      namespace - The name that you want to use to describe the new namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityStore

      CreateNamespaceRequest.Builder identityStore(String identityStore)

      Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

      Parameters:
      identityStore - Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identityStore

      CreateNamespaceRequest.Builder identityStore(IdentityStore identityStore)

      Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

      Parameters:
      identityStore - Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags that you want to associate with the namespace that you're creating.

      Parameters:
      tags - The tags that you want to associate with the namespace that you're creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags that you want to associate with the namespace that you're creating.

      Parameters:
      tags - The tags that you want to associate with the namespace that you're creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags that you want to associate with the namespace that you're creating.

      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.