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