Interface CreateIdNamespaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIdNamespaceResponse.Builder,CreateIdNamespaceResponse>,EntityResolutionResponse.Builder,SdkBuilder<CreateIdNamespaceResponse.Builder,CreateIdNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateIdNamespaceResponse
public static interface CreateIdNamespaceResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<CreateIdNamespaceResponse.Builder,CreateIdNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIdNamespaceResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the ID namespace was created.CreateIdNamespaceResponse.Builderdescription(String description)The description of the ID namespace.CreateIdNamespaceResponse.BuilderidMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.CreateIdNamespaceResponse.BuilderidMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.CreateIdNamespaceResponse.BuilderidMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.CreateIdNamespaceResponse.BuilderidNamespaceArn(String idNamespaceArn)The Amazon Resource Name (ARN) of the ID namespace.CreateIdNamespaceResponse.BuilderidNamespaceName(String idNamespaceName)The name of the ID namespace.CreateIdNamespaceResponse.BuilderinputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateIdNamespaceResponse.BuilderinputSourceConfig(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateIdNamespaceResponse.BuilderinputSourceConfig(IdNamespaceInputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CreateIdNamespaceResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.CreateIdNamespaceResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.CreateIdNamespaceResponse.Buildertype(String type)The type of ID namespace.CreateIdNamespaceResponse.Buildertype(IdNamespaceType type)The type of ID namespace.CreateIdNamespaceResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the ID namespace was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
CreateIdNamespaceResponse.Builder createdAt(Instant 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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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)
-
idNamespaceArn
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.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
CreateIdNamespaceResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources defined in
inputSourceConfigon 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 ininputSourceConfigon your behalf as part of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateIdNamespaceResponse.Builder tags(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.
-
type
CreateIdNamespaceResponse.Builder type(String type)
The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.- Parameters:
type- The type of ID namespace. There are two types:SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdNamespaceType,IdNamespaceType
-
type
CreateIdNamespaceResponse.Builder type(IdNamespaceType type)
The type of ID namespace. There are two types:
SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.- Parameters:
type- The type of ID namespace. There are two types:SOURCEandTARGET.The
SOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdto which allsourceIdswill resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdNamespaceType,IdNamespaceType
-
updatedAt
CreateIdNamespaceResponse.Builder updatedAt(Instant 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.
-
-