Class ObjectAnchorsAccountResponseIdentity.Builder
- java.lang.Object
-
- com.pulumi.azurenative.mixedreality.outputs.ObjectAnchorsAccountResponseIdentity.Builder
-
- Enclosing class:
- ObjectAnchorsAccountResponseIdentity
public static final class ObjectAnchorsAccountResponseIdentity.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ObjectAnchorsAccountResponseIdentity defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectAnchorsAccountResponseIdentity
build()
ObjectAnchorsAccountResponseIdentity.Builder
principalId(java.lang.String principalId)
ObjectAnchorsAccountResponseIdentity.Builder
tenantId(java.lang.String tenantId)
ObjectAnchorsAccountResponseIdentity.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ObjectAnchorsAccountResponseIdentity defaults)
-
-
Method Detail
-
principalId
public ObjectAnchorsAccountResponseIdentity.Builder principalId(java.lang.String principalId)
-
tenantId
public ObjectAnchorsAccountResponseIdentity.Builder tenantId(java.lang.String tenantId)
-
type
public ObjectAnchorsAccountResponseIdentity.Builder type(@Nullable java.lang.String type)
-
build
public ObjectAnchorsAccountResponseIdentity build()
-
-