Class SetDeprecateVersionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.SetDeprecateVersionOptions.Builder
-
- Enclosing class:
- SetDeprecateVersionOptions
public static class SetDeprecateVersionOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetDeprecateVersionOptionsbuild()Builds a SetDeprecateVersionOptions.SetDeprecateVersionOptions.BuilderdaysUntilDeprecate(long daysUntilDeprecate)Set the daysUntilDeprecate.SetDeprecateVersionOptions.Builderdescription(java.lang.String description)Set the description.SetDeprecateVersionOptions.Buildersetting(java.lang.String setting)Set the setting.SetDeprecateVersionOptions.BuilderversionLocId(java.lang.String versionLocId)Set the versionLocId.
-
-
-
Method Detail
-
build
public SetDeprecateVersionOptions build()
Builds a SetDeprecateVersionOptions.- Returns:
- the new SetDeprecateVersionOptions instance
-
versionLocId
public SetDeprecateVersionOptions.Builder versionLocId(java.lang.String versionLocId)
Set the versionLocId.- Parameters:
versionLocId- the versionLocId- Returns:
- the SetDeprecateVersionOptions builder
-
setting
public SetDeprecateVersionOptions.Builder setting(java.lang.String setting)
Set the setting.- Parameters:
setting- the setting- Returns:
- the SetDeprecateVersionOptions builder
-
description
public SetDeprecateVersionOptions.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the SetDeprecateVersionOptions builder
-
daysUntilDeprecate
public SetDeprecateVersionOptions.Builder daysUntilDeprecate(long daysUntilDeprecate)
Set the daysUntilDeprecate.- Parameters:
daysUntilDeprecate- the daysUntilDeprecate- Returns:
- the SetDeprecateVersionOptions builder
-
-