Class ListOperatorsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ListOperatorsOptions.Builder
-
- Enclosing class:
- ListOperatorsOptions
public static class ListOperatorsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOperatorsOptionsbuild()Builds a ListOperatorsOptions.ListOperatorsOptions.BuilderclusterId(java.lang.String clusterId)Set the clusterId.ListOperatorsOptions.Builderregion(java.lang.String region)Set the region.ListOperatorsOptions.BuilderversionLocatorId(java.lang.String versionLocatorId)Set the versionLocatorId.ListOperatorsOptions.BuilderxAuthRefreshToken(java.lang.String xAuthRefreshToken)Set the xAuthRefreshToken.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String xAuthRefreshToken, java.lang.String clusterId, java.lang.String region, java.lang.String versionLocatorId)Instantiates a new builder with required properties.- Parameters:
xAuthRefreshToken- the xAuthRefreshTokenclusterId- the clusterIdregion- the regionversionLocatorId- the versionLocatorId
-
-
Method Detail
-
build
public ListOperatorsOptions build()
Builds a ListOperatorsOptions.- Returns:
- the new ListOperatorsOptions instance
-
xAuthRefreshToken
public ListOperatorsOptions.Builder xAuthRefreshToken(java.lang.String xAuthRefreshToken)
Set the xAuthRefreshToken.- Parameters:
xAuthRefreshToken- the xAuthRefreshToken- Returns:
- the ListOperatorsOptions builder
-
clusterId
public ListOperatorsOptions.Builder clusterId(java.lang.String clusterId)
Set the clusterId.- Parameters:
clusterId- the clusterId- Returns:
- the ListOperatorsOptions builder
-
region
public ListOperatorsOptions.Builder region(java.lang.String region)
Set the region.- Parameters:
region- the region- Returns:
- the ListOperatorsOptions builder
-
versionLocatorId
public ListOperatorsOptions.Builder versionLocatorId(java.lang.String versionLocatorId)
Set the versionLocatorId.- Parameters:
versionLocatorId- the versionLocatorId- Returns:
- the ListOperatorsOptions builder
-
-