Class CreateEnterpriseOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_management.v1.model.CreateEnterpriseOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateEnterpriseOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createEnterprise options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateEnterpriseOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdomain()Gets the domain.java.lang.Stringname()Gets the name.CreateEnterpriseOptions.BuildernewBuilder()New builder.java.lang.StringprimaryContactIamId()Gets the primaryContactIamId.java.lang.StringsourceAccountId()Gets the sourceAccountId.
-
-
-
Method Detail
-
newBuilder
public CreateEnterpriseOptions.Builder newBuilder()
New builder.- Returns:
- a CreateEnterpriseOptions builder
-
sourceAccountId
public java.lang.String sourceAccountId()
Gets the sourceAccountId. The ID of the account that is used to create the enterprise.- Returns:
- the sourceAccountId
-
name
public java.lang.String name()
Gets the name. The name of the enterprise. This field must have 3 - 60 characters.- Returns:
- the name
-
primaryContactIamId
public java.lang.String primaryContactIamId()
Gets the primaryContactIamId. The IAM ID of the enterprise primary contact, such as `IBMid-0123ABC`. The IAM ID must already exist.- Returns:
- the primaryContactIamId
-
domain
public java.lang.String domain()
Gets the domain. A domain or subdomain for the enterprise, such as `example.com` or `my.example.com`.- Returns:
- the domain
-
-