public static interface CreateNamespaceResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<CreateNamespaceResponse.Builder,CreateNamespaceResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateNamespaceResponse.Builder |
namespace(Consumer<Namespace.Builder> namespace)
The created namespace object.
|
CreateNamespaceResponse.Builder |
namespace(Namespace namespace)
The created namespace object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNamespaceResponse.Builder namespace(Namespace namespace)
The created namespace object.
namespace - The created namespace object.default CreateNamespaceResponse.Builder namespace(Consumer<Namespace.Builder> namespace)
The created namespace object.
This is a convenience method that creates an instance of theNamespace.Builder avoiding the need to
create one manually via Namespace.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to namespace(Namespace).
namespace - a consumer that will call methods on Namespace.Buildernamespace(Namespace)Copyright © 2023. All rights reserved.