Class CreateAccountSettingsAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateAccountSettingsAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateAccountSettingsAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createAccountSettingsAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateAccountSettingsAssignmentOptions.Builder
Builder.static interface
CreateAccountSettingsAssignmentOptions.TargetType
Type of target to deploy to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAccountSettingsAssignmentOptions.Builder
newBuilder()
New builder.java.lang.String
target()
Gets the target.java.lang.String
targetType()
Gets the targetType.java.lang.String
templateId()
Gets the templateId.java.lang.Long
templateVersion()
Gets the templateVersion.
-
-
-
Method Detail
-
newBuilder
public CreateAccountSettingsAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a CreateAccountSettingsAssignmentOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the template to assign.- Returns:
- the templateId
-
templateVersion
public java.lang.Long templateVersion()
Gets the templateVersion. Version of the template to assign.- Returns:
- the templateVersion
-
targetType
public java.lang.String targetType()
Gets the targetType. Type of target to deploy to.- Returns:
- the targetType
-
target
public java.lang.String target()
Gets the target. Identifier of target to deploy to.- Returns:
- the target
-
-