public static interface GetNamespaceResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetNamespaceResponse.Builder,GetNamespaceResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNamespaceResponse.Builder |
namespace(Consumer<Namespace.Builder> namespace)
The returned namespace object.
|
GetNamespaceResponse.Builder |
namespace(Namespace namespace)
The returned namespace object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNamespaceResponse.Builder namespace(Namespace namespace)
The returned namespace object.
namespace - The returned namespace object.default GetNamespaceResponse.Builder namespace(Consumer<Namespace.Builder> namespace)
The returned 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.