Interface UpdateIdNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIdNamespaceRequest.Builder,UpdateIdNamespaceRequest>,EntityResolutionRequest.Builder,SdkBuilder<UpdateIdNamespaceRequest.Builder,UpdateIdNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIdNamespaceRequest
public static interface UpdateIdNamespaceRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdNamespaceRequest.Builder,UpdateIdNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIdNamespaceRequest.Builderdescription(String description)The description of the ID namespace.UpdateIdNamespaceRequest.BuilderidMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.UpdateIdNamespaceRequest.BuilderidMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.UpdateIdNamespaceRequest.BuilderidMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.UpdateIdNamespaceRequest.BuilderidNamespaceName(String idNamespaceName)The name of the ID namespace.UpdateIdNamespaceRequest.BuilderinputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateIdNamespaceRequest.BuilderinputSourceConfig(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateIdNamespaceRequest.BuilderinputSourceConfig(IdNamespaceInputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.UpdateIdNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIdNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIdNamespaceRequest.BuilderroleArn(String roleArn)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 Detail
-
description
UpdateIdNamespaceRequest.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
UpdateIdNamespaceRequest.Builder idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
Determines the properties of
IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.- Parameters:
idMappingWorkflowProperties- Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor 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
IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.- Parameters:
idMappingWorkflowProperties- Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor 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 theIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.IdNamespaceIdMappingWorkflowProperties.Builderavoiding the need to create one manually viaIdNamespaceIdMappingWorkflowProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#idMappingWorkflowProperties(List.) - 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:
#idMappingWorkflowProperties(java.util.Collection)
-
idNamespaceName
UpdateIdNamespaceRequest.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
UpdateIdNamespaceRequest.Builder inputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
UpdateIdNamespaceRequest.Builder inputSourceConfig(IdNamespaceInputSource... inputSourceConfig)
A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- 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 theInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.IdNamespaceInputSource.Builderavoiding the need to create one manually viaIdNamespaceInputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inputSourceConfig(List.) - 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:
#inputSourceConfig(java.util.Collection)
-
roleArn
UpdateIdNamespaceRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in this
IdNamespaceon 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 thisIdNamespaceon 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIdNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-