public static interface CreateGlobalTableResponse.Builder extends DynamoDbResponse.Builder, 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. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateGlobalTableResponse.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.