Interface NamespaceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NamespaceSummary.Builder,NamespaceSummary>,SdkBuilder<NamespaceSummary.Builder,NamespaceSummary>,SdkPojo
- Enclosing class:
- NamespaceSummary
public static interface NamespaceSummary.Builder extends SdkPojo, CopyableBuilder<NamespaceSummary.Builder,NamespaceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceSummary.BuildercreatedAt(Instant createdAt)The date and time the namespace was created at.NamespaceSummary.BuildercreatedBy(String createdBy)The ID of the account that created the namespace.NamespaceSummary.Buildernamespace(String... namespace)The name of the namespace.NamespaceSummary.Buildernamespace(Collection<String> namespace)The name of the namespace.NamespaceSummary.BuilderownerAccountId(String ownerAccountId)The ID of the account that owns 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 Detail
-
namespace
NamespaceSummary.Builder namespace(Collection<String> namespace)
The name of the namespace.
- Parameters:
namespace- The name of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
NamespaceSummary.Builder namespace(String... namespace)
The name of the namespace.
- Parameters:
namespace- The name of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
NamespaceSummary.Builder createdAt(Instant createdAt)
The date and time the namespace was created at.
- Parameters:
createdAt- The date and time the namespace was created at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
NamespaceSummary.Builder createdBy(String createdBy)
The ID of the account that created the namespace.
- Parameters:
createdBy- The ID of the account that created the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
NamespaceSummary.Builder ownerAccountId(String ownerAccountId)
The ID of the account that owns the namespace.
- Parameters:
ownerAccountId- The ID of the account that owns the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-