Class DeleteActionControlTemplateVersionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_policy_management.v1.model.DeleteActionControlTemplateVersionOptions.Builder
-
- Enclosing class:
- DeleteActionControlTemplateVersionOptions
public static class DeleteActionControlTemplateVersionOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteActionControlTemplateVersionOptions.Builder
actionControlTemplateId(java.lang.String actionControlTemplateId)
Set the actionControlTemplateId.DeleteActionControlTemplateVersionOptions
build()
Builds a DeleteActionControlTemplateVersionOptions.DeleteActionControlTemplateVersionOptions.Builder
version(java.lang.String version)
Set the version.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String actionControlTemplateId, java.lang.String version)
Instantiates a new builder with required properties.- Parameters:
actionControlTemplateId
- the actionControlTemplateIdversion
- the version
-
-
Method Detail
-
build
public DeleteActionControlTemplateVersionOptions build()
Builds a DeleteActionControlTemplateVersionOptions.- Returns:
- the new DeleteActionControlTemplateVersionOptions instance
-
actionControlTemplateId
public DeleteActionControlTemplateVersionOptions.Builder actionControlTemplateId(java.lang.String actionControlTemplateId)
Set the actionControlTemplateId.- Parameters:
actionControlTemplateId
- the actionControlTemplateId- Returns:
- the DeleteActionControlTemplateVersionOptions builder
-
version
public DeleteActionControlTemplateVersionOptions.Builder version(java.lang.String version)
Set the version.- Parameters:
version
- the version- Returns:
- the DeleteActionControlTemplateVersionOptions builder
-
-