Interface GetIdNamespaceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetIdNamespaceResponse.Builder,GetIdNamespaceResponse>, EntityResolutionResponse.Builder, SdkBuilder<GetIdNamespaceResponse.Builder,GetIdNamespaceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetIdNamespaceResponse

  • Method Details

    • 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.
    • description

      GetIdNamespaceResponse.Builder description(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.
    • idMappingWorkflowProperties

      GetIdNamespaceResponse.Builder idMappingWorkflowProperties(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.
    • idMappingWorkflowProperties

      GetIdNamespaceResponse.Builder idMappingWorkflowProperties(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.
    • idMappingWorkflowProperties

      GetIdNamespaceResponse.Builder idMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties)

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

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

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

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

      GetIdNamespaceResponse.Builder idNamespaceArn(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.
    • idNamespaceName

      GetIdNamespaceResponse.Builder idNamespaceName(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.
    • inputSourceConfig

      GetIdNamespaceResponse.Builder inputSourceConfig(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.
    • inputSourceConfig

      GetIdNamespaceResponse.Builder inputSourceConfig(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.
    • inputSourceConfig

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

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

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

      Parameters:
      inputSourceConfig - a consumer that will call methods on IdNamespaceInputSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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.
    • 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:
    • 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:
    • 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.