Interface UpdateIdNamespaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateIdNamespaceRequest.Builder,
,UpdateIdNamespaceRequest> EntityResolutionRequest.Builder
,SdkBuilder<UpdateIdNamespaceRequest.Builder,
,UpdateIdNamespaceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateIdNamespaceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the ID namespace.idMappingWorkflowProperties
(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflow
where thisIdNamespace
can be used as aSource
or aTarget
.idMappingWorkflowProperties
(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflow
where thisIdNamespace
can be used as aSource
or aTarget
.idMappingWorkflowProperties
(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflow
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.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
inputSourceConfig
UpdateIdNamespaceRequest.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
UpdateIdNamespaceRequest.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:
-
idMappingWorkflowProperties
UpdateIdNamespaceRequest.Builder idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties of
IdMappingWorkflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Parameters:
idMappingWorkflowProperties
- Determines the properties ofIdMappingWorkflow
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
UpdateIdNamespaceRequest.Builder idMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties of
IdMappingWorkflow
where thisIdNamespace
can be used as aSource
or aTarget
.- Parameters:
idMappingWorkflowProperties
- Determines the properties ofIdMappingWorkflow
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
UpdateIdNamespaceRequest.Builder idMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties) Determines the properties of
This is a convenience method that creates an instance of theIdMappingWorkflow
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:
-
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 thisIdNamespace
on your behalf as part of a workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateIdNamespaceRequest.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
UpdateIdNamespaceRequest.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.
-