Interface UpdateTableMetadataLocationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTableMetadataLocationResponse.Builder,,UpdateTableMetadataLocationResponse> S3TablesResponse.Builder,SdkBuilder<UpdateTableMetadataLocationResponse.Builder,,UpdateTableMetadataLocationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateTableMetadataLocationResponse
@Mutable
@NotThreadSafe
public static interface UpdateTableMetadataLocationResponse.Builder
extends S3TablesResponse.Builder, SdkPojo, CopyableBuilder<UpdateTableMetadataLocationResponse.Builder,UpdateTableMetadataLocationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmetadataLocation(String metadataLocation) The metadata location of the table.The name of the table.The namespace the table is associated with.namespace(Collection<String> namespace) The namespace the table is associated with.The Amazon Resource Name (ARN) of the table.versionToken(String versionToken) The version token of the table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
name
The name of the table.
- Parameters:
 name- The name of the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tableARN
The Amazon Resource Name (ARN) of the table.
- Parameters:
 tableARN- The Amazon Resource Name (ARN) of the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
namespace
The namespace the table is associated with.
- Parameters:
 namespace- The namespace the table is associated with.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
namespace
The namespace the table is associated with.
- Parameters:
 namespace- The namespace the table is associated with.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
versionToken
The version token of the table.
- Parameters:
 versionToken- The version token of the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
metadataLocation
The metadata location of the table.
- Parameters:
 metadataLocation- The metadata location of the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -