JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.entityresolution.model

Class CreateIdNamespaceRequest

    • Constructor Detail

      • CreateIdNamespaceRequest

        public CreateIdNamespaceRequest()
    • Method Detail

      • setDescription

        public void setDescription(String description)

        The description of the ID namespace.

        Parameters:
        description - The description of the ID namespace.
      • getDescription

        public String getDescription()

        The description of the ID namespace.

        Returns:
        The description of the ID namespace.
      • withDescription

        public CreateIdNamespaceRequest withDescription(String description)

        The description of the ID namespace.

        Parameters:
        description - The description of the ID namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getIdMappingWorkflowProperties

        public List<IdNamespaceIdMappingWorkflowProperties> getIdMappingWorkflowProperties()

        Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.

        Returns:
        Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.
      • setIdMappingWorkflowProperties

        public void setIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)

        Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.

        Parameters:
        idMappingWorkflowProperties - Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.
      • withIdMappingWorkflowProperties

        public CreateIdNamespaceRequest withIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)

        Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.

        Parameters:
        idMappingWorkflowProperties - Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdNamespaceName

        public void setIdNamespaceName(String idNamespaceName)

        The name of the ID namespace.

        Parameters:
        idNamespaceName - The name of the ID namespace.
      • getIdNamespaceName

        public String getIdNamespaceName()

        The name of the ID namespace.

        Returns:
        The name of the ID namespace.
      • withIdNamespaceName

        public CreateIdNamespaceRequest withIdNamespaceName(String idNamespaceName)

        The name of the ID namespace.

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

        public List<IdNamespaceInputSource> getInputSourceConfig()

        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

        Returns:
        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
      • setInputSourceConfig

        public void setInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)

        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

        Parameters:
        inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
      • withInputSourceConfig

        public CreateIdNamespaceRequest withInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)

        A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

        Parameters:
        inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
      • withRoleArn

        public CreateIdNamespaceRequest withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags used to organize, track, or control access for this resource.

        Returns:
        The tags used to organize, track, or control access for this resource.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
      • withTags

        public CreateIdNamespaceRequest withTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateIdNamespaceRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        Parameters:
        type - The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        See Also:
        IdNamespaceType
      • getType

        public String getType()

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        Returns:
        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        See Also:
        IdNamespaceType
      • withType

        public CreateIdNamespaceRequest withType(String type)

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        Parameters:
        type - The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

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

        public CreateIdNamespaceRequest withType(IdNamespaceType type)

        The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

        Parameters:
        type - The type of ID namespace. There are two types: SOURCE and TARGET.

        The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

        The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

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

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /