public static interface CreateGlobalTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<CreateGlobalTableResponse.Builder,CreateGlobalTableResponse>
Modifier and Type | Method and Description |
---|---|
default CreateGlobalTableResponse.Builder |
globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription)
Contains the details of the global table.
|
CreateGlobalTableResponse.Builder |
globalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateGlobalTableResponse.Builder globalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription
- Contains the details of the global table.default CreateGlobalTableResponse.Builder globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription)
Contains the details of the global table.
This is a convenience method that creates an instance of theGlobalTableDescription.Builder
avoiding
the need to create one manually via GlobalTableDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to globalTableDescription(GlobalTableDescription)
.
globalTableDescription
- a consumer that will call methods on GlobalTableDescription.Builder
globalTableDescription(GlobalTableDescription)
Copyright © 2023. All rights reserved.