Interface CreateDatasetGroupRequest.Builder

    • Method Detail

      • name

        CreateDatasetGroupRequest.Builder name​(String name)

        The name for the new dataset group.

        Parameters:
        name - The name for the new dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateDatasetGroupRequest.Builder roleArn​(String roleArn)

        The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.

        Parameters:
        roleArn - The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        CreateDatasetGroupRequest.Builder kmsKeyArn​(String kmsKeyArn)

        The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.

        Parameters:
        kmsKeyArn - The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        CreateDatasetGroupRequest.Builder domain​(String domain)

        The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.

        Parameters:
        domain - The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain
      • domain

        CreateDatasetGroupRequest.Builder domain​(Domain domain)

        The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.

        Parameters:
        domain - The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain
      • tags

        CreateDatasetGroupRequest.Builder tags​(Collection<Tag> tags)

        A list of tags to apply to the dataset group.

        Parameters:
        tags - A list of tags to apply to the dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDatasetGroupRequest.Builder tags​(Tag... tags)

        A list of tags to apply to the dataset group.

        Parameters:
        tags - A list of tags to apply to the dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.