Package com.oracle.bmc.identity.model
Class ImportStandardTagsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.ImportStandardTagsDetails.Builder
-
- Enclosing class:
- ImportStandardTagsDetails
public static class ImportStandardTagsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportStandardTagsDetailsbuild()ImportStandardTagsDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where the bulk create request is submitted and where the tag namespaces will be created.ImportStandardTagsDetails.Buildercopy(ImportStandardTagsDetails model)ImportStandardTagsDetails.BuilderstandardTagNamespaceName(String standardTagNamespaceName)The name of standard tag namespace that will be imported in bulk
-
-
-
Method Detail
-
compartmentId
public ImportStandardTagsDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the bulk create request is submitted and where the tag namespaces will be created.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
standardTagNamespaceName
public ImportStandardTagsDetails.Builder standardTagNamespaceName(String standardTagNamespaceName)
The name of standard tag namespace that will be imported in bulk- Parameters:
standardTagNamespaceName- the value to set- Returns:
- this builder
-
build
public ImportStandardTagsDetails build()
-
copy
public ImportStandardTagsDetails.Builder copy(ImportStandardTagsDetails model)
-
-