Interface CreateIdNamespaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIdNamespaceRequest.Builder,
,CreateIdNamespaceRequest> EntityResolutionRequest.Builder
,SdkBuilder<CreateIdNamespaceRequest.Builder,
,CreateIdNamespaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateIdNamespaceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the ID namespace.idMappingWorkflowProperties
(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties ofIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.idMappingWorkflowProperties
(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties) Determines the properties ofIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.idMappingWorkflowProperties
(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties ofIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.idNamespaceName
(String idNamespaceName) The name of the ID namespace.inputSourceConfig
(Collection<IdNamespaceInputSource> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(IdNamespaceInputSource... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.The type of ID namespace.type
(IdNamespaceType type) The type of ID namespace.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
CreateIdNamespaceRequest.Builder idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Parameters:
idMappingWorkflowProperties
- Determines the properties ofIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingWorkflowProperties
CreateIdNamespaceRequest.Builder idMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties of
IdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Parameters:
idMappingWorkflowProperties
- Determines the properties ofIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingWorkflowProperties
CreateIdNamespaceRequest.Builder idMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties) Determines the properties of
This is a convenience method that creates an instance of theIdMappingWorflow
where thisIdNamespace
can be used as aSource
or aTarget
.IdNamespaceIdMappingWorkflowProperties.Builder
avoiding the need to create one manually viaIdNamespaceIdMappingWorkflowProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidMappingWorkflowProperties(List<IdNamespaceIdMappingWorkflowProperties>)
.- Parameters:
idMappingWorkflowProperties
- a consumer that will call methods onIdNamespaceIdMappingWorkflowProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
CreateIdNamespaceRequest.Builder inputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig) A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateIdNamespaceRequest.Builder inputSourceConfig(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig) A list of
This is a convenience method that creates an instance of theInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.IdNamespaceInputSource.Builder
avoiding the need to create one manually viaIdNamespaceInputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputSourceConfig(List<IdNamespaceInputSource>)
.- Parameters:
inputSourceConfig
- a consumer that will call methods onIdNamespaceInputSource.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 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 thisIdNamespace
on your behalf as part of the 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
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Parameters:
type
- The type of ID namespace. There are two types:SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
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
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Parameters:
type
- The type of ID namespace. There are two types:SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateIdNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateIdNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-