Class PrivateCloudIdentityArgs.Builder

  • Enclosing class:
    PrivateCloudIdentityArgs

    public static final class PrivateCloudIdentityArgs.Builder
    extends java.lang.Object
    • Method Detail

      • type

        public PrivateCloudIdentityArgs.Builder type​(@Nullable
                                                     com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​ResourceIdentityType>> type)
        Parameters:
        type - The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
        Returns:
        builder
      • type

        public PrivateCloudIdentityArgs.Builder type​(com.pulumi.core.Either<java.lang.String,​ResourceIdentityType> type)
        Parameters:
        type - The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
        Returns:
        builder
      • type

        public PrivateCloudIdentityArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
        Returns:
        builder
      • type

        public PrivateCloudIdentityArgs.Builder type​(ResourceIdentityType type)
        Parameters:
        type - The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud.
        Returns:
        builder