public static interface UpdateGlobalTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlobalTableResponse.Builder,UpdateGlobalTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGlobalTableResponse.Builder |
globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription)
Contains the details of the global table.
|
UpdateGlobalTableResponse.Builder |
globalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateGlobalTableResponse.Builder globalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription - Contains the details of the global table.default UpdateGlobalTableResponse.Builder globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription)
Contains the details of the global table.
This is a convenience 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.BuilderglobalTableDescription(GlobalTableDescription)Copyright © 2019. All rights reserved.