public static class IdentityStripeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentityStripeDetails |
build() |
IdentityStripeDetails.Builder |
copy(IdentityStripeDetails model) |
IdentityStripeDetails.Builder |
serviceName(String serviceName)
Name of the Identity Cloud Service instance in My Services to be used.
|
IdentityStripeDetails.Builder |
tenancy(String tenancy)
Value of the Identity Cloud Service tenancy.
|
public IdentityStripeDetails.Builder serviceName(String serviceName)
Name of the Identity Cloud Service instance in My Services to be used. Example: secondstripe
serviceName
- the value to setpublic IdentityStripeDetails.Builder tenancy(String tenancy)
Value of the Identity Cloud Service tenancy. Example: idcs-8416ebdd0d674f84803f4193cce026e9
tenancy
- the value to setpublic IdentityStripeDetails build()
public IdentityStripeDetails.Builder copy(IdentityStripeDetails model)
Copyright © 2016–2024. All rights reserved.