Interface GetIdNamespaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIdNamespaceResponse.Builder,GetIdNamespaceResponse>,EntityResolutionResponse.Builder,SdkBuilder<GetIdNamespaceResponse.Builder,GetIdNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIdNamespaceResponse
public static interface GetIdNamespaceResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetIdNamespaceResponse.Builder,GetIdNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIdNamespaceResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the ID namespace was created.GetIdNamespaceResponse.Builderdescription(String description)The description of the ID namespace.GetIdNamespaceResponse.BuilderidMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.GetIdNamespaceResponse.BuilderidMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.GetIdNamespaceResponse.BuilderidMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.GetIdNamespaceResponse.BuilderidNamespaceArn(String idNamespaceArn)The Amazon Resource Name (ARN) of the ID namespace.GetIdNamespaceResponse.BuilderidNamespaceName(String idNamespaceName)The name of the ID namespace.GetIdNamespaceResponse.BuilderinputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetIdNamespaceResponse.BuilderinputSourceConfig(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetIdNamespaceResponse.BuilderinputSourceConfig(IdNamespaceInputSource... inputSourceConfig)A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.GetIdNamespaceResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.GetIdNamespaceResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.GetIdNamespaceResponse.Buildertype(String type)The type of ID namespace.GetIdNamespaceResponse.Buildertype(IdNamespaceType type)The type of ID namespace.GetIdNamespaceResponse.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
GetIdNamespaceResponse.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
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
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
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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
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
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
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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.
-
tags
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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
GetIdNamespaceResponse.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.
-
-