Interface IdNamespaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdNamespaceSummary.Builder,
,IdNamespaceSummary> SdkBuilder<IdNamespaceSummary.Builder,
,IdNamespaceSummary> SdkPojo
- Enclosing class:
IdNamespaceSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the ID namespace was created.description
(String description) The description of the ID namespace.idNamespaceArn
(String idNamespaceArn) The Amazon Resource Name (ARN) of the ID namespace.idNamespaceName
(String idNamespaceName) The name of the ID namespace.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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-
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
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.
-
type
The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Parameters:
type
- The type of ID namespace. There are two types:SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of ID namespace. There are two types:
SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Parameters:
type
- The type of ID namespace. There are two types:SOURCE
andTARGET
.The
SOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
to which allsourceIds
will resolve to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-