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 GetIdNamespaceResult

    • Constructor Detail

      • GetIdNamespaceResult

        public GetIdNamespaceResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the ID namespace was created.

        Parameters:
        createdAt - The timestamp of when the ID namespace was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the ID namespace was created.

        Returns:
        The timestamp of when the ID namespace was created.
      • withCreatedAt

        public GetIdNamespaceResult withCreatedAt(Date createdAt)

        The timestamp of when the ID namespace was created.

        Parameters:
        createdAt - The timestamp of when the ID namespace was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 GetIdNamespaceResult 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 IdMappingWorkflow where this IdNamespace can be used as a Source or a Target.

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

        public void setIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)

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

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

        public GetIdNamespaceResult withIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)

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

        Parameters:
        idMappingWorkflowProperties - Determines the properties of IdMappingWorkflow 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.
      • setIdNamespaceArn

        public void setIdNamespaceArn(String idNamespaceArn)

        The Amazon Resource Name (ARN) of the ID namespace.

        Parameters:
        idNamespaceArn - The Amazon Resource Name (ARN) of the ID namespace.
      • getIdNamespaceArn

        public String getIdNamespaceArn()

        The Amazon Resource Name (ARN) of the ID namespace.

        Returns:
        The Amazon Resource Name (ARN) of the ID namespace.
      • withIdNamespaceArn

        public GetIdNamespaceResult withIdNamespaceArn(String idNamespaceArn)

        The Amazon Resource Name (ARN) of the ID namespace.

        Parameters:
        idNamespaceArn - The Amazon Resource Name (ARN) of the ID namespace.
        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 GetIdNamespaceResult 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 GetIdNamespaceResult 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 a 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 a 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 a 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 a workflow run.
      • withRoleArn

        public GetIdNamespaceResult 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 a 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 a 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 GetIdNamespaceResult 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 GetIdNamespaceResult 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 GetIdNamespaceResult 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 GetIdNamespaceResult 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
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when the ID namespace was last updated.

        Parameters:
        updatedAt - The timestamp of when the ID namespace was last updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when the ID namespace was last updated.

        Returns:
        The timestamp of when the ID namespace was last updated.
      • withUpdatedAt

        public GetIdNamespaceResult withUpdatedAt(Date updatedAt)

        The timestamp of when the ID namespace was last updated.

        Parameters:
        updatedAt - The timestamp of when the ID namespace was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /