Interface GetIdNamespaceResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetIdNamespaceResponse.Builder,,- GetIdNamespaceResponse> - EntityResolutionResponse.Builder,- SdkBuilder<GetIdNamespaceResponse.Builder,,- GetIdNamespaceResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetIdNamespaceResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when the ID namespace was created.description(String description) The description of the ID namespace.idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.idMappingWorkflowProperties(Consumer<IdNamespaceIdMappingWorkflowProperties.Builder>... idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.idMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties ofIdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.idNamespaceArn(String idNamespaceArn) The Amazon Resource Name (ARN) of the ID namespace.idNamespaceName(String idNamespaceName) The name of the ID namespace.inputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.inputSourceConfig(Consumer<IdNamespaceInputSource.Builder>... inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.inputSourceConfig(IdNamespaceInputSource... inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.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.The timestamp of when the ID namespace was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idNamespaceNameThe 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.
 
- 
idNamespaceArnThe 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.
 
- 
descriptionThe 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.
 
- 
inputSourceConfigGetIdNamespaceResponse.Builder inputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig) A list of InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
- inputSourceConfig- A list of- InputSourceobjects, which have the fields- InputSourceARNand- SchemaName.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputSourceConfigA list of InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
- inputSourceConfig- A list of- InputSourceobjects, which have the fields- InputSourceARNand- SchemaName.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputSourceConfigGetIdNamespaceResponse.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 toinputSourceConfig(List<IdNamespaceInputSource>).- Parameters:
- inputSourceConfig- a consumer that will call methods on- IdNamespaceInputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idMappingWorkflowPropertiesGetIdNamespaceResponse.Builder idMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties) Determines the properties of IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.- Parameters:
- idMappingWorkflowProperties- Determines the properties of- IdMappingWorkflowwhere this- IdNamespacecan be used as a- Sourceor a- Target.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idMappingWorkflowPropertiesGetIdNamespaceResponse.Builder idMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties) Determines the properties of IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget.- Parameters:
- idMappingWorkflowProperties- Determines the properties of- IdMappingWorkflowwhere this- IdNamespacecan be used as a- Sourceor a- Target.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idMappingWorkflowPropertiesGetIdNamespaceResponse.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 toidMappingWorkflowProperties(List<IdNamespaceIdMappingWorkflowProperties>).- Parameters:
- idMappingWorkflowProperties- a consumer that will call methods on- IdNamespaceIdMappingWorkflowProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe 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:- SOURCEand- TARGET.- The - SOURCEcontains configurations for- sourceIddata that will be processed in an ID mapping workflow.- The - TARGETcontains a configuration of- targetIdto which all- sourceIdswill resolve to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe 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:- SOURCEand- TARGET.- The - SOURCEcontains configurations for- sourceIddata that will be processed in an ID mapping workflow.- The - TARGETcontains a configuration of- targetIdto which all- sourceIdswill resolve to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleArnThe 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 this- IdNamespaceon your behalf as part of a workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
- 
tagsThe 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.
 
 
-