public static class ImportAccountToEnterpriseOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String enterpriseId,
java.lang.String accountId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
ImportAccountToEnterpriseOptions.Builder |
accountId(java.lang.String accountId)
Set the accountId.
|
ImportAccountToEnterpriseOptions.Builder |
billingUnitId(java.lang.String billingUnitId)
Set the billingUnitId.
|
ImportAccountToEnterpriseOptions |
build()
Builds a ImportAccountToEnterpriseOptions.
|
ImportAccountToEnterpriseOptions.Builder |
enterpriseId(java.lang.String enterpriseId)
Set the enterpriseId.
|
ImportAccountToEnterpriseOptions.Builder |
parent(java.lang.String parent)
Set the parent.
|
public Builder()
public Builder(java.lang.String enterpriseId,
java.lang.String accountId)
enterpriseId - the enterpriseIdaccountId - the accountIdpublic ImportAccountToEnterpriseOptions build()
public ImportAccountToEnterpriseOptions.Builder enterpriseId(java.lang.String enterpriseId)
enterpriseId - the enterpriseIdpublic ImportAccountToEnterpriseOptions.Builder accountId(java.lang.String accountId)
accountId - the accountIdpublic ImportAccountToEnterpriseOptions.Builder parent(java.lang.String parent)
parent - the parentpublic ImportAccountToEnterpriseOptions.Builder billingUnitId(java.lang.String billingUnitId)
billingUnitId - the billingUnitIdCopyright © 2022 IBM Cloud Platform Services. All rights reserved.