Class ProviderInfo.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ProviderInfo.Builder
-
- Enclosing class:
- ProviderInfo
public static class ProviderInfo.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderInfobuild()Builds a ProviderInfo.ProviderInfo.Builderid(java.lang.String id)Set the id.ProviderInfo.Buildername(java.lang.String name)Set the name.
-
-
-
Method Detail
-
build
public ProviderInfo build()
Builds a ProviderInfo.- Returns:
- the new ProviderInfo instance
-
id
public ProviderInfo.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the ProviderInfo builder
-
name
public ProviderInfo.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ProviderInfo builder
-
-