Interface DataLakeNamespace.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeNamespace.Builder,
,DataLakeNamespace> SdkBuilder<DataLakeNamespace.Builder,
,DataLakeNamespace> SdkPojo
- Enclosing class:
DataLakeNamespace
@Mutable
@NotThreadSafe
public static interface DataLakeNamespace.Builder
extends SdkPojo, CopyableBuilder<DataLakeNamespace.Builder,DataLakeNamespace>
-
Method Summary
Modifier and TypeMethodDescriptionThe arn of the namespace.createdTime
(Instant createdTime) The creation time of the namespace.description
(String description) The description of the namespace.instanceId
(String instanceId) The Amazon Web Services Supply Chain instance identifier.lastModifiedTime
(Instant lastModifiedTime) The last modified time of the namespace.The name of the namespace.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, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The Amazon Web Services Supply Chain instance identifier.
- Parameters:
instanceId
- The Amazon Web Services Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the namespace.
- Parameters:
name
- The name of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The arn of the namespace.
- Parameters:
arn
- The arn of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the namespace.
- Parameters:
description
- The description of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The creation time of the namespace.
- Parameters:
createdTime
- The creation time of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last modified time of the namespace.
- Parameters:
lastModifiedTime
- The last modified time of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-