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