Package com.ibm.cloud.is.vpc.v1.model
Class TrustedProfileIdentityTrustedProfileByCRN.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.TrustedProfileIdentityTrustedProfileByCRN.Builder
-
- Enclosing class:
- TrustedProfileIdentityTrustedProfileByCRN
public static class TrustedProfileIdentityTrustedProfileByCRN.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(TrustedProfileIdentity trustedProfileIdentityTrustedProfileByCrn)
Instantiates a new Builder from an existing TrustedProfileIdentityTrustedProfileByCRN instance.Builder(String crn)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedProfileIdentityTrustedProfileByCRN
build()
Builds a TrustedProfileIdentityTrustedProfileByCRN.TrustedProfileIdentityTrustedProfileByCRN.Builder
crn(String crn)
Set the crn.
-
-
-
Constructor Detail
-
Builder
public Builder(TrustedProfileIdentity trustedProfileIdentityTrustedProfileByCrn)
Instantiates a new Builder from an existing TrustedProfileIdentityTrustedProfileByCRN instance.- Parameters:
trustedProfileIdentityTrustedProfileByCrn
- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String crn)
Instantiates a new builder with required properties.- Parameters:
crn
- the crn
-
-
Method Detail
-
build
public TrustedProfileIdentityTrustedProfileByCRN build()
Builds a TrustedProfileIdentityTrustedProfileByCRN.- Returns:
- the new TrustedProfileIdentityTrustedProfileByCRN instance
-
crn
public TrustedProfileIdentityTrustedProfileByCRN.Builder crn(String crn)
Set the crn.- Parameters:
crn
- the crn- Returns:
- the TrustedProfileIdentityTrustedProfileByCRN builder
-
-