Package software.amazon.awssdk.core
Interface ApiName.Builder
-
- Enclosing class:
- ApiName
public static interface ApiName.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiNamebuild()ApiName.Buildername(String name)Set the name of the API.ApiName.Builderversion(String version)Set the version of the API.
-
-
-
Method Detail
-
name
ApiName.Builder name(String name)
Set the name of the API.- Parameters:
name- The name.- Returns:
- This object for method chaining.
-
version
ApiName.Builder version(String version)
Set the version of the API.- Parameters:
version- The version.- Returns:
- This object for method chaining.
-
build
ApiName build()
-
-