Package software.amazon.awssdk.core
Interface ApiName.Builder
- Enclosing class:
 ApiName
public static interface ApiName.Builder
- 
Method Summary
 
- 
Method Details
- 
name
Set the name of the API.- Parameters:
 name- The name.- Returns:
 - This object for method chaining.
 
 - 
version
Set the version of the API.- Parameters:
 version- The version.- Returns:
 - This object for method chaining.
 
 - 
build
ApiName build() 
 -