public static interface NamespaceInfoV2.Builder extends SdkPojo, CopyableBuilder<NamespaceInfoV2.Builder,NamespaceInfoV2>
Modifier and Type | Method and Description |
---|---|
NamespaceInfoV2.Builder |
arn(String arn)
The namespace ARN.
|
NamespaceInfoV2.Builder |
capacityRegion(String capacityRegion)
The namespace Amazon Web Services Region.
|
NamespaceInfoV2.Builder |
creationStatus(NamespaceStatus creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2.Builder |
creationStatus(String creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2.Builder |
identityStore(IdentityStore identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2.Builder |
identityStore(String identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2.Builder |
name(String name)
The name of the error.
|
default NamespaceInfoV2.Builder |
namespaceError(Consumer<NamespaceError.Builder> namespaceError)
An error that occurred when the namespace was created.
|
NamespaceInfoV2.Builder |
namespaceError(NamespaceError namespaceError)
An error that occurred when the namespace was created.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NamespaceInfoV2.Builder name(String name)
The name of the error.
name
- The name of the error.NamespaceInfoV2.Builder arn(String arn)
The namespace ARN.
arn
- The namespace ARN.NamespaceInfoV2.Builder capacityRegion(String capacityRegion)
The namespace Amazon Web Services Region.
capacityRegion
- The namespace Amazon Web Services Region.NamespaceInfoV2.Builder creationStatus(String creationStatus)
The creation status of a namespace that is not yet completely created.
creationStatus
- The creation status of a namespace that is not yet completely created.NamespaceStatus
,
NamespaceStatus
NamespaceInfoV2.Builder creationStatus(NamespaceStatus creationStatus)
The creation status of a namespace that is not yet completely created.
creationStatus
- The creation status of a namespace that is not yet completely created.NamespaceStatus
,
NamespaceStatus
NamespaceInfoV2.Builder identityStore(String identityStore)
The identity store used for the namespace.
identityStore
- The identity store used for the namespace.IdentityStore
,
IdentityStore
NamespaceInfoV2.Builder identityStore(IdentityStore identityStore)
The identity store used for the namespace.
identityStore
- The identity store used for the namespace.IdentityStore
,
IdentityStore
NamespaceInfoV2.Builder namespaceError(NamespaceError namespaceError)
An error that occurred when the namespace was created.
namespaceError
- An error that occurred when the namespace was created.default NamespaceInfoV2.Builder namespaceError(Consumer<NamespaceError.Builder> namespaceError)
An error that occurred when the namespace was created.
This is a convenience method that creates an instance of theNamespaceError.Builder
avoiding the need
to create one manually via NamespaceError.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to namespaceError(NamespaceError)
.namespaceError
- a consumer that will call methods on NamespaceError.Builder
namespaceError(NamespaceError)
Copyright © 2022. All rights reserved.