Interface CreateGlobalTableResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGlobalTableResponse.Builder,CreateGlobalTableResponse>,DynamoDbResponse.Builder,SdkBuilder<CreateGlobalTableResponse.Builder,CreateGlobalTableResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGlobalTableResponse
@Mutable @NotThreadSafe public static interface CreateGlobalTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<CreateGlobalTableResponse.Builder,CreateGlobalTableResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateGlobalTableResponse.BuilderglobalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription)Contains the details of the global table.CreateGlobalTableResponse.BuilderglobalTableDescription(GlobalTableDescription globalTableDescription)Contains the details of the global table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
globalTableDescription
CreateGlobalTableResponse.Builder globalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
- Parameters:
globalTableDescription- Contains the details of the global table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalTableDescription
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.Builderavoiding the need to create one manually viaGlobalTableDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglobalTableDescription(GlobalTableDescription).- Parameters:
globalTableDescription- a consumer that will call methods onGlobalTableDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
globalTableDescription(GlobalTableDescription)
-
-