Class ReplaceOperatorsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ReplaceOperatorsOptions.Builder
-
- Enclosing class:
- ReplaceOperatorsOptions
public static class ReplaceOperatorsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceOperatorsOptions.BuilderaddNamespaces(java.lang.String namespaces)Adds an namespaces to namespaces.ReplaceOperatorsOptions.BuilderallNamespaces(java.lang.Boolean allNamespaces)Set the allNamespaces.ReplaceOperatorsOptionsbuild()Builds a ReplaceOperatorsOptions.ReplaceOperatorsOptions.BuilderclusterId(java.lang.String clusterId)Set the clusterId.ReplaceOperatorsOptions.Buildernamespaces(java.util.List<java.lang.String> namespaces)Set the namespaces.ReplaceOperatorsOptions.Builderregion(java.lang.String region)Set the region.ReplaceOperatorsOptions.BuilderversionLocatorId(java.lang.String versionLocatorId)Set the versionLocatorId.ReplaceOperatorsOptions.BuilderxAuthRefreshToken(java.lang.String xAuthRefreshToken)Set the xAuthRefreshToken.
-
-
-
Method Detail
-
build
public ReplaceOperatorsOptions build()
Builds a ReplaceOperatorsOptions.- Returns:
- the new ReplaceOperatorsOptions instance
-
addNamespaces
public ReplaceOperatorsOptions.Builder addNamespaces(java.lang.String namespaces)
Adds an namespaces to namespaces.- Parameters:
namespaces- the new namespaces- Returns:
- the ReplaceOperatorsOptions builder
-
xAuthRefreshToken
public ReplaceOperatorsOptions.Builder xAuthRefreshToken(java.lang.String xAuthRefreshToken)
Set the xAuthRefreshToken.- Parameters:
xAuthRefreshToken- the xAuthRefreshToken- Returns:
- the ReplaceOperatorsOptions builder
-
clusterId
public ReplaceOperatorsOptions.Builder clusterId(java.lang.String clusterId)
Set the clusterId.- Parameters:
clusterId- the clusterId- Returns:
- the ReplaceOperatorsOptions builder
-
region
public ReplaceOperatorsOptions.Builder region(java.lang.String region)
Set the region.- Parameters:
region- the region- Returns:
- the ReplaceOperatorsOptions builder
-
namespaces
public ReplaceOperatorsOptions.Builder namespaces(java.util.List<java.lang.String> namespaces)
Set the namespaces. Existing namespaces will be replaced.- Parameters:
namespaces- the namespaces- Returns:
- the ReplaceOperatorsOptions builder
-
allNamespaces
public ReplaceOperatorsOptions.Builder allNamespaces(java.lang.Boolean allNamespaces)
Set the allNamespaces.- Parameters:
allNamespaces- the allNamespaces- Returns:
- the ReplaceOperatorsOptions builder
-
versionLocatorId
public ReplaceOperatorsOptions.Builder versionLocatorId(java.lang.String versionLocatorId)
Set the versionLocatorId.- Parameters:
versionLocatorId- the versionLocatorId- Returns:
- the ReplaceOperatorsOptions builder
-
-