Interface GeoSpatialColumnGroup.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeoSpatialColumnGroup.Builder,,GeoSpatialColumnGroup> SdkBuilder<GeoSpatialColumnGroup.Builder,,GeoSpatialColumnGroup> SdkPojo
- Enclosing class:
 GeoSpatialColumnGroup
public static interface GeoSpatialColumnGroup.Builder
extends SdkPojo, CopyableBuilder<GeoSpatialColumnGroup.Builder,GeoSpatialColumnGroup> 
- 
Method Summary
Modifier and TypeMethodDescriptionColumns in this hierarchy.columns(Collection<String> columns) Columns in this hierarchy.countryCode(String countryCode) Country code.countryCode(GeoSpatialCountryCode countryCode) Country code.A display name for the hierarchy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
A display name for the hierarchy.
- Parameters:
 name- A display name for the hierarchy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
countryCode
Country code.
- Parameters:
 countryCode- Country code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
countryCode
Country code.
- Parameters:
 countryCode- Country code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
columns
Columns in this hierarchy.
- Parameters:
 columns- Columns in this hierarchy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
columns
Columns in this hierarchy.
- Parameters:
 columns- Columns in this hierarchy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -